feat: initial commit

This commit is contained in:
2019-12-17 20:32:14 +01:00
commit a538ee369f
14 changed files with 1209 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:0.0.6
build:
stage: build
services:
- docker:dind
script:
- build
- push