We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465db0e commit 3f50e04Copy full SHA for 3f50e04
Jenkinsfile
@@ -175,9 +175,9 @@ spec:
175
PRE_RELEASE="--preRelease=${BRANCH}"
176
fi
177
178
- release-it patch --ci --no-npm ${PRE_RELEASE} \
179
- --hooks.after:release='echo "IMAGE_VERSION=${version}" > ./env-config; echo "IMAGE_NAME=${repo.project}" >> ./env-config' \
180
- --verbose
+ release-it patch --ci --no-npm ${PRE_RELEASE} \
+ --hooks.after:release='echo "IMAGE_VERSION=${version}" > ./env-config; echo "IMAGE_NAME=$(echo ${repo.project} | tr '[:upper:]' '[:lower:]')" >> ./env-config' \
+ --verbose
181
182
cat ./env-config
183
'''
0 commit comments