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:
- go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/)
- go test -race $(go list ./... | grep -v /vendor/)
tags:
- pw_build01
compile:
stage: build
script:
......@@ -35,6 +36,6 @@ compile:
artifacts:
paths:
- mybinary
tags:
- pw_build01
tags:
- 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