chore:; fix ci

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-05-11 11:40:53 +01:00
parent dc1a63c352
commit f9d175d7c4
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ addons:
env: env:
global: global:
- USE_DOCKER="true" - USE_DOCKER="true"
- GO111MODULE=on
stages: stages:
- lint - lint
- build - build

View File

@ -8,7 +8,6 @@ LINT="false"
BUILD="false" BUILD="false"
PUSH_LATEST="false" PUSH_LATEST="false"
RELEASE="" RELEASE=""
GO111MODULES="on"
debugInfo () { debugInfo () {
echo "Repo: $REPO" echo "Repo: $REPO"