Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Oct 7, 2019
1 parent 1d687de commit 916da58
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,8 @@ jobs:
command: |
go get github.com/aktau/github-release
SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch)
github-release upload \
--user ${GITHUB_USER} \
--repo ${CIRCLE_PROJECT_REPONAME} \
--tag $SEMVER \
--name "baremetal.tar" \
--file artifacts/baremetal.tar
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${SEMVER} ./artifacts/
publish-latest:
environment:
Expand Down

0 comments on commit 916da58

Please sign in to comment.