Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 0d03f1c2
    #53 Switch from "glab ci artifact" to "glab job artifact" · 0d03f1c2
    jurgenhaas authored
+ 1
1
@@ -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
Loading