From 8ae6b488755adbd7788b65724f8125916fee798f Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 2 Jun 2021 02:36:20 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28904a9..f67fb5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,18 +27,9 @@ image: $CI_REGISTRY_IMAGE stages: - setup - - testgo - test - deploy -testgo: - tags: [ docker ] - stage: testgo - script: - - ls /usr/lib/go-1.15/bin - - ls /usr/local/bin/ - - ls /usr/bin/g* - - GO111MODULE=on /usr/lib/go-1.15/bin/go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@v1.4.1 # Build a docker image in which tests for this repository can run build-testenv: @@ -82,7 +73,7 @@ pages: #only: #- web script: - - go install 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 - cd build - cmake .. -- GitLab