Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 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