Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
See if I can get output
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Sep 25, 2019
1 parent e47396b commit 154f711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
name: Publish Github release
command: |
cd ./bin
./hubble-cli-linux-x64 --version
VERSION="$(./hubble-cli-linux-x64 --version)"
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} .
Expand Down

0 comments on commit 154f711

Please sign in to comment.