feat(ansible_collection): custom release actions
enables commands to be ran before the git commit and git tag !80
This commit is contained in:
@ -240,6 +240,16 @@ variables:
|
||||
|
||||
fi;
|
||||
|
||||
- | # Custom commands from RELEASE_ADDITIONAL_ACTIONS_BUMP
|
||||
|
||||
if [ ${RELEASE_ADDITIONAL_ACTIONS_BUMP} ]; then
|
||||
|
||||
echo "Custom commands found in variable RELEASE_ADDITIONAL_ACTIONS_BUMP";
|
||||
|
||||
${RELEASE_ADDITIONAL_ACTIONS_BUMP}
|
||||
|
||||
fi;
|
||||
|
||||
# - | # Find merge request ID
|
||||
# echo "Trace CI_OPEN_MERGE_REQUESTS[${CI_OPEN_MERGE_REQUESTS}]";
|
||||
|
||||
|
Reference in New Issue
Block a user