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 a6da2d2 commit aca0337
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 @@ -228,7 +228,8 @@ jobs:
command: docker pull $IMAGE_NAME:$CIRCLE_SHA1
- run:
command: |
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch
ls -la
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch\;ls -la
- run:
name: Docker tag image
command: |
Expand Down

0 comments on commit aca0337

Please sign in to comment.