File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,17 @@ build:
4747 filter :
4848 owner : graknlabs
4949 branch : master
50- machine : graknlabs-ubuntu-20.04
51- script : |
52- curl https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
53- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
54- sudo apt update -y
55- sudo apt install -y expect
56- export DEPLOY_NPM_USERNAME=$REPO_GRAKN_USERNAME
57- export DEPLOY_NPM_PASSWORD=$REPO_GRAKN_PASSWORD
58- export DEPLOY_NPM_EMAIL=$REPO_GRAKN_EMAIL
59- bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
60- dependencies : [build, build-dependency]
50+ machine : graknlabs-ubuntu-20.04
51+ script : |
52+ curl https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
53+ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
54+ sudo apt update -y
55+ sudo apt install -y expect
56+ export DEPLOY_NPM_USERNAME=$REPO_GRAKN_USERNAME
57+ export DEPLOY_NPM_PASSWORD=$REPO_GRAKN_PASSWORD
58+ export DEPLOY_NPM_EMAIL=$REPO_GRAKN_EMAIL
59+ bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
60+ dependencies : [build, build-dependency]
6161
6262release :
6363 filter :
You can’t perform that action at this time.
0 commit comments