Skip to content

Commit

Permalink
fixup! Pass explicitly NPMJS_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
zapo committed Oct 19, 2020
1 parent 2c9c37b commit ba39ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- name: npm-publish
commands:
- "apk add make git"
- "make BUILD_VERSION=$BUILDKITE_TAG publish-sdk-lib"
- "make NPMJS_AUTH_TOKEN=$NPMJS_AUTH_TOKEN BUILD_VERSION=$BUILDKITE_TAG publish-sdk-lib"
plugins:
- docker#v3.5.0:
image: "docker:latest"
Expand All @@ -18,7 +18,7 @@ steps:
commands:
- "apk add make git"
- "docker run -v /etc/service_key/service-account-key.json:/key -v $HOME/.config/gcloud:/root/.config/gcloud google/cloud-sdk:alpine gcloud auth activate-service-account --key-file /key"
- "make NPMJS_AUTH_TOKEN=$NPMJS_AUTH_TOKEN BUILD_VERSION=$BUILDKITE_TAG publish-sdk-web"
- "make BUILD_VERSION=$BUILDKITE_TAG publish-sdk-web"
plugins:
- docker#v3.5.0:
image: "docker:latest"
Expand Down

0 comments on commit ba39ad2

Please sign in to comment.