This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

15 lines
221 B
YAML

stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
build:
stage: build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services:
- docker:${DOCKER_DIND_VERSION}
script:
- build
- push