diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 17:21:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 17:21:06 +0100 |
commit | 42492e61d461b9fcd36ef7581261029537275f61 (patch) | |
tree | e0e2dcfe5c0d54e33771f8601f1f914fb9755326 | |
parent | d0484b2ea8c3bf20742a1a3516a3a7fbabaa0c62 (diff) | |
download | imagefish-42492e61d461b9fcd36ef7581261029537275f61.tar.gz |
ci: add timestamp
-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 a697df7..d05ad2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: - mv --verbose *.xz $CI_JOB_NAME - name="$CI_JOB_NAME images" - base="$CI_JOB_URL/artifacts/raw/$CI_JOB_NAME" - - tree -s -h --charset utf8 -T "$name" -H "$base" $CI_JOB_NAME > index.html + - tree -s -h -D --charset utf8 -T "$name" -H "$base" $CI_JOB_NAME > index.html - mv --verbose index.html $CI_JOB_NAME centos7: |