Skip to content
Snippets Groups Projects
Commit b83282f4 authored by alex kuklin's avatar alex kuklin
Browse files

artifact

parent 4c72847d
No related branches found
No related tags found
1 merge request!6Ci - automated build
...@@ -3,6 +3,10 @@ stages: ...@@ -3,6 +3,10 @@ stages:
- build - build
build: build:
stage: build stage: build
artifacts:
paths:
- build.tgz
expire_in: 1 week
only: only:
- ci - ci
tags: tags:
...@@ -14,5 +18,6 @@ build: ...@@ -14,5 +18,6 @@ build:
- git config --global credential.https://code.vereign.com.username gitlab-ci-token - git config --global credential.https://code.vereign.com.username gitlab-ci-token
- git config --global credential.helper "store --file /tmp/store" - git config --global credential.helper "store --file /tmp/store"
- echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store - echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store
- make - make
- tar -czf build.tgz -C dist .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment