Reorder dependencies for npm release steps (#48403)

This commit is contained in:
Dimitris Sotirakis 2022-04-28 13:15:28 +03:00 committed by GitHub
parent 6f4131ad15
commit 67752ad88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3114,7 +3114,7 @@ steps:
- commands:
- ./bin/grabpl artifacts npm retrieve --tag v${TAG}
depends_on:
- grabpl
- yarn-install
environment:
GCP_KEY:
from_secret: gcp_key
@ -4574,6 +4574,6 @@ kind: secret
name: gcp_upload_artifacts_key
---
kind: signature
hmac: 7ca5d844d600cf20dd0f568ab2753aa82a57a159a7b9dcf0435fe87003d9447e
hmac: 6f77e9f096880adceaf04b4235d20e1c73b26534da4965a797f30fb30ccbb114
...

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'),