Skip to content

Commit

Permalink
removed duplicate error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiewebb committed Jan 18, 2020
1 parent 75b8701 commit 19e44ab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- run:
name: semver check
command: |
MAJOR=$(echo ${CIRCLE_TAG#v} | cut -d"." -f1)
MINOR=$(echo ${CIRCLE_TAG#v} | cut -d"." -f2)
PATCH=$(echo ${CIRCLE_TAG#v} | cut -d"." -f3)
Expand All @@ -53,19 +52,6 @@ jobs:
EOF
exit 1
fi
- run:
when: on_fail
name: semver error message
command: |
cat \<< EOF
Failure Info:
This job uses a simple semver library to ensure the TAG is a valid version to publish.
- This should only run on workflows triggered by a tag.
- The tag name should be a semver like 'v1.2.3'
- The version should follow conventions documented at https://github.com/fsaintjacques/semver-tool
EOF
- run:
name: Build containers
command: |
Expand Down

0 comments on commit 19e44ab

Please sign in to comment.