|
|
@@ -51,29 +51,6 @@ Build:
|
|
|
- cd gitote
|
|
|
- make build
|
|
|
|
|
|
-Build Dev:
|
|
|
- image: golang:alpine
|
|
|
- stage: build
|
|
|
- script:
|
|
|
- - mkdir -p $GOPATH/src/gitote
|
|
|
- - cd $GOPATH/src/gitote
|
|
|
- - git clone https://gitlab.com/gitote/gitote.git gitote
|
|
|
- - cd gitote
|
|
|
- - make build-dev
|
|
|
-
|
|
|
-Build Dev Race:
|
|
|
- image: golang:latest
|
|
|
- before_script:
|
|
|
- - apt-get update -qq
|
|
|
- - apt-get install -y zip unzip
|
|
|
- stage: build
|
|
|
- script:
|
|
|
- - mkdir -p $GOPATH/src/gitote
|
|
|
- - cd $GOPATH/src/gitote
|
|
|
- - git clone https://gitlab.com/gitote/gitote.git gitote
|
|
|
- - cd gitote
|
|
|
- - make build-dev-race
|
|
|
-
|
|
|
Build Prod:
|
|
|
image: golang:latest
|
|
|
before_script:
|