diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 15:07:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 15:07:57 +0200 |
commit | acd830797235c4d5e56ffb19ca44ec6b3636f024 (patch) | |
tree | c6ba2759cbc9e009ef9da3f3e242a243f22a5592 /.gitlab-ci.yml | |
parent | 6c70bc109b079452815d58c425ed0c727411345c (diff) | |
download | imagefish-acd830797235c4d5e56ffb19ca44ec6b3636f024.tar.gz |
list artifacts dir
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0be55ae..47f0b2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ variables: - 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 - mv --verbose index.html $CI_JOB_NAME + - ls -l -h $CI_JOB_NAME centos7: stage: images |