Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
correct path to 'deploy-rpm'
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Aug 19, 2020
1 parent 702efcd commit 805a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- run: |
export DEPLOY_RPM_USERNAME=$REPO_GRAKN_USERNAME
export DEPLOY_RPM_PASSWORD=$REPO_GRAKN_PASSWORD
bazel run --define version=$(cat VERSION) //binary/rpm:deploy-rpm -- release
bazel run --define version=$(cat VERSION) //binary:deploy-rpm -- release
sync-dependencies-release:
machine:
Expand Down

0 comments on commit 805a8bf

Please sign in to comment.