Skip to content
Snippets Groups Projects
Commit 2d8a542e authored by Kay Effenberger's avatar Kay Effenberger
Browse files

REFAC(gitlab-ci)

parent 086b183f
No related branches found
No related tags found
No related merge requests found
image: golang:1.19
stages:
- prepare
- test
- build
- deploy
- test-build
- release
variables:
GOPATH: "$CI_PROJECT_DIR/.gopath"
GOFLAGS: -mod=readonly
......@@ -20,14 +28,6 @@ cache:
key: default
policy: pull
stages:
- prepare
- test
- build
- deploy
- test-build
- release
prepare:
stage: prepare
cache:
......@@ -38,7 +38,6 @@ prepare:
- go generate ./ui
- go vet ./...
test-all-but-store:
stage: test
script:
......@@ -58,7 +57,6 @@ test-store-postgres:
- go run contrib/waitfor-tcp.go postgres:5432 30
- go test -v -cover ./store
build:
stage: build
script:
......
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