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 ed04898 commit b56aa81Copy full SHA for b56aa81
serverless/release.sh
@@ -48,7 +48,7 @@ echo "$CI_PIPELINE_SOURCE"
48
49
if [ "$PROD_RELEASE" = true ] ; then
50
if [ -z "$CI_COMMIT_TAG" ]; then
51
- printf "[Error] No CI_COMMIT_TAG found. Create a new tag for this prod release in Repo first!\n"
+ printf "[Error] No CI_COMMIT_TAG found. Create a new tag for this prod release in repo first!\n"
52
printf "Exiting script...\n"
53
exit 1
54
else
0 commit comments