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 7189f12 commit f475f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ jobs:
name: Docker Save
command: |
mkdir artifacts
docker save splunk/scs:$SEMVER > artifacts/scs.tar
SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch)
docker save splunk/scs:$SEMVER | gzip -c > artifacts/sc4s_container.tar.gz
- run:
name: "Publish Release on GitHub"
command: |
Expand Down

0 comments on commit f475f5d

Please sign in to comment.