Skip to content

Commit

Permalink
//java:deploy-github is properly supplied with commit-id as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Herawan Hananda committed Apr 25, 2019
1 parent afbc3e2 commit 435af6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- checkout
- run: |
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN_GRABL
bazel run //java:deploy-github
bazel run //java:deploy-github -- $CIRCLE_SHA1
deploy-maven-release:
machine: true
Expand All @@ -102,7 +102,7 @@ jobs:
- run: |
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
bazel run //grammar:deploy-maven -- snapshot $(cat VERSION)
bazel run //grammar:deploy-maven -- release $(cat VERSION)
bazel run //java:deploy-maven -- release $(cat VERSION)
release-cleanup:
Expand Down

0 comments on commit 435af6c

Please sign in to comment.