Skip to content
Snippets Groups Projects
Commit 524131e2 authored by Sebastien LONGO's avatar Sebastien LONGO
Browse files

fix syntax error

parent 4575ded9
No related branches found
No related tags found
1 merge request!484fix syntax error
Pipeline #1266251952 passed with warnings
# Changelog
All notable changes to this job will be documented in this file.
## [0.5.2] - 2024-04-24
* Fix syntax error
## [0.5.1] - 2024-04-24
* Fix syntax error
......
......@@ -138,8 +138,8 @@ template_release:
ref==${COMMIT_HASH} )
echo "Processed git's 2-digit tag ${JOB_TAGS_MINOR} : ${result}"
- else
echo "Skipping tagging because ${JOB_RELEASE} is not the latest release"
fi
- echo "Skipping tagging because ${JOB_RELEASE} is not the latest release"
- fi
- fi
# If we want to release only latest version: break
- if [ "${RELEASE_ONLY_LATEST_VERSION}" = "true" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment