Explorar o código

Update .gitlab-ci.yml

Yoginth %!s(int64=6) %!d(string=hai) anos
pai
achega
c70f3ee840
Modificáronse 1 ficheiros con 0 adicións e 13 borrados
  1. 0 13
      .gitlab-ci.yml

+ 0 - 13
.gitlab-ci.yml

@@ -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