Skip to content

Commit

Permalink
[ci] remove paranoid version check for SemVer format
Browse files Browse the repository at this point in the history
Branch will be moving from X.Y.Z to vX.Y.Z tag names.
Removing a check that gets in the way during the transition.
  • Loading branch information
nvjmayo committed May 21, 2021
1 parent 0636eb0 commit dab6ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ versioning:
- if [ -z "${CI_COMMIT_TAG}" ]; then echo SUBCHART_DIR="nightly" ; else echo SUBCHART_DIR="stable"; fi | tee -a .VERSION_INFO
# check that index is not dirty - to avoid some annoying to debug CI failures
- "git diff-index --quiet HEAD -- || ( echo ERROR: Unstaged files or dirty index ; exit 1 )"
# check version data and that it follows SemVer 2.0 format
- echo "${VERSION}" | grep -qe '^[0-9]\+\.[0-9]\+\.[0-9]\+\(-[^+]\+\)\?\(+.*\)\?$'
artifacts:
paths:
- .VERSION_INFO
Expand Down

0 comments on commit dab6ffe

Please sign in to comment.