laravel-base/.gitlab-ci.yml
Jaysen 298e1162f5 Update for Laravel 6
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
2019-10-17 19:47:42 -06:00

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