diff options
author | varac <varacanero@zeromail.org> | 2017-03-02 13:10:27 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-02 13:10:27 +0100 |
commit | 868917a8f581b1f1df9478fe5bd570417622d096 (patch) | |
tree | 021c7ed573ff0564616028ba362d0c58c2fe837d /.gitlab-ci.yml | |
parent | 53230346d886e50a716043ffc1cee7456c6e9230 (diff) |
Split builing and uploading package
Diffstat (limited to '.gitlab-ci.yml')
-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 |