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 320088d commit 9912b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
command: |
mkdir artifacts
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
docker save splunk/scs:$SEMVER | gzip -c > artifacts/oci_container.tar.gz
- run:
name: BYOE Config
command: |
Expand Down Expand Up @@ -332,8 +332,8 @@ workflows:
- publish-version:
requires:
- build
# - dgoss
# - test-unit
- dgoss
- test-unit
filters:
tags:
only: /([0-9]+\.[0-9]+\.[0-9]+)
Expand Down

0 comments on commit 9912b12

Please sign in to comment.