Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan faircloth committed Aug 27, 2019
1 parent 2e3d912 commit 36b52e9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
command: |
SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo | jq '.["SemVer"]' | sed s/\"//g)
echo $SEMVER
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo | jq '.["SemVer"]' | sed s/\"//g
docker tag $IMAGE_NAME:$CIRCLE_SHA1 splunk/scs:$SEMVER
- run:
name: Docker push tag
Expand Down Expand Up @@ -288,13 +288,14 @@ workflows:
- develop
- publish-version:
requires:
- dgoss
- test-unit
- build
# - dgoss
# - test-unit
filters:
branches:
only:
# - master
# - /^release\/.*/
- master
- /^release\/.*/
- publish-latest:
requires:
- dgoss
Expand Down

0 comments on commit 36b52e9

Please sign in to comment.