aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f16b19f..87f37c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ variables:
done
- xz --verbose $(ls *.tar *.qcow2)
- mv --verbose *.xz $CI_JOB_NAME
- - (cd $CI_JOB_NAME; for info in *.info; do test -f "$info" || continue; ../scripts/make-index.sh $info; done)
+ - (cd $CI_JOB_NAME; for info in *.info; do test -f "$info" || continue; ../scripts/virt-builder-index.sh $info; done)
- name="$CI_JOB_NAME images"
- base="$CI_JOB_URL/artifacts/raw/$CI_JOB_NAME"
- tree -i -f -s -h -D --charset utf8 -T "$name" -H "$base" $CI_JOB_NAME > index.html