Skip to content
Snippets Groups Projects
Commit 0d03f1c2 authored by jurgenhaas's avatar jurgenhaas
Browse files

#53 Switch from "glab ci artifact" to "glab job artifact"

parent 6986debc
No related branches found
No related tags found
1 merge request!73Merging develop into main
......@@ -20,7 +20,7 @@ glab ci run -b ${branch} --variables-env TRIGGERMODE:manual,TRIGGERTASK:${task},
echo "Waiting for pipeline to finish ..."
glab ci status -b ${branch} --live --compact
echo "Download artifact ..."
glab ci artifact ${branch} ${task}Manual --path="/tmp/${task}/"
glab job artifact ${branch} ${task}Manual --path="/tmp/${task}/"
if [[ -d /tmp/${task}/ ]]; then
if [[ "$task" == "CollectDatabase" ]]; 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