diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baa9f78..f26f79c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ stages: - pwd - git describe - build-build-package - # sleep 1h to allow debugging of running container + - upload-package + # sleep 1h to allow debugging of running container #- sleep 3600 artifacts: expire_in: 1w |