Skip to content

Commit

Permalink
don't publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua committed Mar 30, 2021
1 parent db45096 commit a712647
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ build:
git diff --exit-code dependencies/maven/artifacts.snapshot
bazel run @graknlabs_dependencies//tool/unuseddeps:unused-deps -- list
deploy-maven-snapshot:
# filter:
# owner: graknlabs
# branch: master
filter:
owner: graknlabs
branch: master
image: graknlabs-ubuntu-20.04
dependencies: [build, build-dependency]
command: |
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
bazel run --define version=$(git rev-parse HEAD) //grpc/java:deploy-maven -- snapshot
deploy-npm-snapshot:
# filter
# owner: graknlabs
# branch: master
filter
owner: graknlabs
branch: master
image: graknlabs-ubuntu-20.04
command: |
curl https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
Expand All @@ -69,9 +69,9 @@ build:
bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
dependencies: [build, build-dependency]
deploy-pip-snapshot:
# filter:
# owner: graknlabs
# branch: master
filter:
owner: graknlabs
branch: master
image: graknlabs-ubuntu-20.04
type: foreground
command: |
Expand Down

0 comments on commit a712647

Please sign in to comment.