aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-06 10:37:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-06 10:37:31 +0100
commitf662ba096ef1cdc4e469482ab52f9154d862cd9e (patch)
treef73799f963ba8a2209c20a99f1f2be0e58340373
parent49ab3da02b746303cc17aaf97cca56a92902dfe3 (diff)
downloadimagefish-f662ba096ef1cdc4e469482ab52f9154d862cd9e.tar.gz
ci: fix syntax error
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0de7173..5f236fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ pages:
- centos7
script:
- mkdir public
- - for d in fedora centos8 centos7; do mv -v ${d}/index.html public/${d}.html
+ - for d in fedora centos8 centos7; do mv -v ${d}/index.html public/${d}.html; done
- tree --charset utf8 -T "images" -H . public > index.html
- mv -v index.html public
artifacts: