Skip to content
Snippets Groups Projects
Commit c20b844a authored by Dean Lovett's avatar Dean Lovett
Browse files

Merge branch '6-allow-all-pipelines-to-be-run-with-fla' into 'master'

Allow all pipelines to be run with flag

Closes #6

See merge request !6
parents 10e36003 0c8d6a35
No related branches found
No related tags found
1 merge request!6Allow all pipelines to be run with flag
Pipeline #10613 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