22 lines
382 B
YAML
22 lines
382 B
YAML
include:
|
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
|
- project: unboundsoftware/ci-templates
|
|
file: Release.gitlab-ci.yml
|
|
|
|
stages:
|
|
- build
|
|
|
|
variables:
|
|
DOCKER_HOST: tcp://docker:2375/
|
|
|
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
|
|
|
build:
|
|
stage: build
|
|
services:
|
|
- docker:${DOCKER_DIND_VERSION}
|
|
script:
|
|
- unset BUILDTOOLS_CONTENT
|
|
- build
|
|
- push
|