diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 10:37:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 10:37:31 +0100 |
commit | f662ba096ef1cdc4e469482ab52f9154d862cd9e (patch) | |
tree | f73799f963ba8a2209c20a99f1f2be0e58340373 /.gitlab-ci.yml | |
parent | 49ab3da02b746303cc17aaf97cca56a92902dfe3 (diff) | |
download | imagefish-f662ba096ef1cdc4e469482ab52f9154d862cd9e.tar.gz |
ci: fix syntax error
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |