1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

fix gitlab build issue

This commit is contained in:
Lee Brown
2019-08-06 04:07:23 -08:00
parent 08d16ed277
commit 3c803b3483

View File

@ -3,6 +3,9 @@ image: geeksaccelerator/docker-library:golang1.12-docker
services:
- docker:dind
variables:
DOCKER_TLS_CERTDIR: ""
before_script:
- 'cd ./tools/devops && make install && cd ../../'