mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reorder dependencies for npm release steps (#48403)
This commit is contained in:
parent
6f4131ad15
commit
67752ad88c
@ -3114,7 +3114,7 @@ steps:
|
|||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl artifacts npm retrieve --tag v${TAG}
|
- ./bin/grabpl artifacts npm retrieve --tag v${TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
- grabpl
|
- yarn-install
|
||||||
environment:
|
environment:
|
||||||
GCP_KEY:
|
GCP_KEY:
|
||||||
from_secret: gcp_key
|
from_secret: gcp_key
|
||||||
@ -4574,6 +4574,6 @@ kind: secret
|
|||||||
name: gcp_upload_artifacts_key
|
name: gcp_upload_artifacts_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 7ca5d844d600cf20dd0f568ab2753aa82a57a159a7b9dcf0435fe87003d9447e
|
hmac: 6f77e9f096880adceaf04b4235d20e1c73b26534da4965a797f30fb30ccbb114
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -82,7 +82,7 @@ def retrieve_npm_packages_step():
|
|||||||
'name': 'retrieve-npm-packages',
|
'name': 'retrieve-npm-packages',
|
||||||
'image': publish_image,
|
'image': publish_image,
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'grabpl',
|
'yarn-install',
|
||||||
],
|
],
|
||||||
'environment': {
|
'environment': {
|
||||||
'GCP_KEY': from_secret('gcp_key'),
|
'GCP_KEY': from_secret('gcp_key'),
|
||||||
|
Loading…
Reference in New Issue
Block a user