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

fix

parent 6e431b39
No related branches found
No related tags found
1 merge request!6Ci - automated build
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.vereign.com
image: registry.vereign.com/docker/go-with-dep-single:master
image: registry.vereign.com/docker/vcl-build-base:master
stages:
- build
- dev
build:
stage: build
only:
......@@ -11,12 +10,4 @@ build:
tags:
- hv2
script:
- apt-get update
- apt-get install -y curl gnupg apt-transport-https
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
- curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
- echo 'deb https://deb.nodesource.com/node_10.x stretch main' > /etc/apt/sources.list.d/nodesource.list
- echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
- apt-get update
- apt-get install -y yarn libpng-dev pngquant build-essential rsync openssh-client
- make
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