Commit c8922819 authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 9c80b30f
Pipeline #83 failed with stages
in 21 seconds
...@@ -27,7 +27,8 @@ format: ...@@ -27,7 +27,8 @@ format:
- go fmt $(go list ./... | grep -v /vendor/) - go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/) - go vet $(go list ./... | grep -v /vendor/)
- go test -race $(go list ./... | grep -v /vendor/) - go test -race $(go list ./... | grep -v /vendor/)
tags:
- pw_build01
compile: compile:
stage: build stage: build
script: script:
...@@ -35,6 +36,6 @@ compile: ...@@ -35,6 +36,6 @@ compile:
artifacts: artifacts:
paths: paths:
- mybinary - mybinary
tags: tags:
- pw_build01 - pw_build01
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment