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

WIP: pipeline

parent cc5a424f
No related branches found
No related tags found
No related merge requests found
Pipeline #8063 passed
......@@ -27,16 +27,9 @@ image: $CI_REGISTRY_IMAGE
stages:
- setup
- testgo
- test
- deploy
testgo:
tags: [ docker ]
stage: testgo
script:
- echo $GOPATH
- echo $PATH
# Build a docker image in which tests for this repository can run
build-testenv:
......@@ -61,8 +54,6 @@ build-testenv:
code_style:
tags: [ docker ]
stage: test
only:
- web
script:
- clang-format-11 --dry-run --verbose --Werror $(find ./proto -type f -iname "*.proto")
allow_failure: true
......@@ -71,8 +62,6 @@ code_style:
linting:
tags: [ docker ]
stage: test
only:
- web
script:
- buf lint
......@@ -81,8 +70,8 @@ linting:
pages:
tags: [ docker ]
stage: deploy
#only:
#- web
only:
- web
script:
- export GOPATH=/usr/local/go
- export PATH=$PATH:$GOPATH/bin
......
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