Initial commit

This commit is contained in:
2019-03-11 19:30:52 +01:00
commit 64662a28ce
7 changed files with 187 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
image: registry.gitlab.com/sparetimecoders/build-tools
build:
stage: build
services:
- docker:dind
script:
- build
- push