Skip to content
Snippets Groups Projects
Commit 0c8d6a35 authored by Rory Jennings's avatar Rory Jennings
Browse files

feat: add run-all-pipelines flag

parent 10e36003
No related branches found
No related tags found
1 merge request!6Allow all pipelines to be run with flag
Pipeline #10611 passed
......@@ -23,6 +23,11 @@ while :; do
git push origin "$TAG"
exit
;;
-a|--run-all-pipelines)
# Push both together without skipping the CI job
git push --follow-tags
exit
;;
--)
# End of options
shift
......
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