diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fc754e..656a0e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ build-docker-image: release-deb: image: $TMP_IMAGE stage: release + script: + - find /opt/asdf artifacts: paths: - /opt/asdf |
