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 a007f06 commit 352e2f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ jobs:
command: docker pull $IMAGE_NAME:$CIRCLE_SHA1
- run:
command: |
ls -la
pwd
docker run --rm -v ".:/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer
docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer
- run:
name: Docker tag image
command: |
Expand Down

0 comments on commit 352e2f0

Please sign in to comment.