diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ed1400..97322fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,5 @@ release-deb: - find /root/omnibus/pkg/ artifacts: paths: - - /opt/asdf/* - - /root/omnibus/pkg/* + - /root/omnibus/pkg/ expire_in: 1 week |
