Skip to content

Commit

Permalink
fix circleci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Musali committed Feb 20, 2020
1 parent 8f1d2b0 commit 45560d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run:
name: Check Tagged Push
command: |
PKG_VERSION=$(grep VERSION Dockerfile | cut -d'=' -f2)
PKG_VERSION=$(grep VERSION Dockerfile | cut -d' ' -f3)
if [[ \"${CIRCLE_TAG}\" != \"v${PKG_VERSION}\" ]]; then
echo \"There is mismatch:\"
echo \" TAG_VERSION: ${CIRCLE_TAG}\"
Expand Down

0 comments on commit 45560d9

Please sign in to comment.