Update composer to 1.9 Add unzip Alpine - Update alpine to 3.10 - Update node to 12.x Stretch - Update node to 12.x - Install yarn through npm instead of apt
14 lines
273 B
YAML
14 lines
273 B
YAML
image: registry.xengul.com/xen/pipeline-tools:latest
|
|
|
|
stages:
|
|
- build
|
|
|
|
before_script:
|
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
|
|
|
build-master:
|
|
stage: build
|
|
script:
|
|
- REGISTRY=$CI_REGISTRY_IMAGE VERSION=6.0 make push
|
|
only:
|
|
- master
|