diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c846516e4a2d2b5cd6445226e6e058a67e7fce38..868a096c47cbb0d83021ae50a59fda5b3a6934b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ stages: - build build: stage: build + artifacts: + paths: + - build.tgz + expire_in: 1 week only: - ci tags: @@ -14,5 +18,6 @@ build: - git config --global credential.https://code.vereign.com.username gitlab-ci-token - git config --global credential.helper "store --file /tmp/store" - echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store - - make + - make + - tar -czf build.tgz -C dist .