File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ versioning:
29
29
- if [ -z "${CI_COMMIT_TAG}" ]; then echo SUBCHART_DIR="nightly" ; else echo SUBCHART_DIR="stable"; fi | tee -a .VERSION_INFO
30
30
# check that index is not dirty - to avoid some annoying to debug CI failures
31
31
- " git diff-index --quiet HEAD -- || ( echo ERROR: Unstaged files or dirty index ; exit 1 )"
32
- # check version data and that it follows SemVer 2.0 format
33
- - echo "${VERSION}" | grep -qe '^[0-9]\+\.[0-9]\+\.[0-9]\+\(-[^+]\+\)\?\(+.*\)\?$'
34
32
artifacts :
35
33
paths :
36
34
- .VERSION_INFO
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ release:helm:
137
137
variables :
138
138
GIT_STRATEGY : clone
139
139
only :
140
+ variables :
141
+ - $RELEASE_HELM == "true"
140
142
refs :
141
143
- master
142
144
- /^v\d+\.\d+\.\d+$/
You can’t perform that action at this time.
0 commit comments