|
|
@@ -31,19 +31,6 @@ Bindata:
|
|
|
- wget https://gitlab.com/gitote/bindata/raw/master/go-bindata
|
|
|
- make bindata
|
|
|
|
|
|
-Test:
|
|
|
- image: golang:latest
|
|
|
- before_script:
|
|
|
- - apt-get update -qq
|
|
|
- - apt-get install -y zip unzip
|
|
|
- stage: test
|
|
|
- script:
|
|
|
- - mkdir -p $GOPATH/src/gitote
|
|
|
- - cd $GOPATH/src/gitote
|
|
|
- - git clone https://gitlab.com/gitote/gitote.git gitote
|
|
|
- - cd gitote
|
|
|
- - go test -v -cover -race ./...
|
|
|
-
|
|
|
Clean:
|
|
|
image: golang:alpine
|
|
|
stage: test
|