Skip to content
Snippets Groups Projects
Commit ebbd216d authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Merge branch 'ci' into 'master'

Ci - automated build

See merge request !6
parents e13fc80a 4aadaf33
No related branches found
No related tags found
1 merge request!6Ci - automated build
image: registry.vereign.com/docker/vcl-build-base:master
stages:
- build
build:
stage: build
artifacts:
paths:
- build.tgz
expire_in: 1 week
only:
- ci
tags:
- dell
script:
- mkdir -p $GOPATH/src/code.vereign.com/code
- ln -s `pwd` $GOPATH/src/code.vereign.com/code/
- cd $GOPATH/src/code.vereign.com/code/vcl
- 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
- tar -czf build.tgz -C /builds/code/vcl/javascript/dist/. .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment