Skip to content

Commit 30700a6

Browse files
author
Alistair Crook
authored
Fix automation (#79)
## What is the goal of this PR? Repair automation.yml ## What are the changes implemented in this PR? Repair broken indentation in automation.yml
1 parent e161ae8 commit 30700a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.grabl/automation.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

6262
release:
6363
filter:

0 commit comments

Comments
 (0)