Reorder dependencies for npm release steps (#48403)

pull/48412/head
Dimitris Sotirakis 4 years ago committed by GitHub
parent 6f4131ad15
commit 67752ad88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .drone.yml
  2. 2
      scripts/drone/pipelines/release.star

@ -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
...

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

Loading…
Cancel
Save