Reorder dependencies for npm release steps (#48403) (#48419)

(cherry picked from commit 67752ad88c)
This commit is contained in:
Dimitris Sotirakis
2022-04-28 14:24:31 +02:00
committed by GitHub
parent e654d485f1
commit 50bf499742
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3076,7 +3076,7 @@ steps:
- commands:
- ./bin/grabpl artifacts npm retrieve --tag v${TAG}
depends_on:
- grabpl
- yarn-install
environment:
GCP_KEY:
from_secret: gcp_key
@@ -4566,6 +4566,6 @@ kind: secret
name: gcp_upload_artifacts_key
---
kind: signature
hmac: d99b00bf97825ec85dc78885bc66b61af42c9a49cf891cd237038115f19d7dd9
hmac: 13bbd33c4a19adc0d092818fca8202bfd4ca725e84fbdf9c04bbd76af4d6a2f8
...
+1 -1
View File
@@ -82,7 +82,7 @@ def retrieve_npm_packages_step():
'name': 'retrieve-npm-packages',
'image': publish_image,
'depends_on': [
'grabpl',
'yarn-install',
],
'environment': {
'GCP_KEY': from_secret('gcp_key'),