Skip to content
Snippets Groups Projects
Verified Commit c87a7c82 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 8ae6b488
No related branches found
No related tags found
No related merge requests found
Pipeline #8060 failed
...@@ -27,9 +27,16 @@ image: $CI_REGISTRY_IMAGE ...@@ -27,9 +27,16 @@ image: $CI_REGISTRY_IMAGE
stages: stages:
- setup - setup
- testgo
- test - test
- deploy - deploy
testgo:
tags: [ docker ]
stage: testgo
script:
- echo $GOPATH
- echo $PATH
# Build a docker image in which tests for this repository can run # Build a docker image in which tests for this repository can run
build-testenv: build-testenv:
...@@ -73,6 +80,7 @@ pages: ...@@ -73,6 +80,7 @@ pages:
#only: #only:
#- web #- web
script: script:
- export PATH=$PATH:$GOPATH/bin
- GO111MODULE=on /usr/lib/go-1.15/bin/go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1 - GO111MODULE=on /usr/lib/go-1.15/bin/go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1
- mkdir -p build - mkdir -p build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment