Commit 67af6bd8 authored by Geoff Simmons's avatar Geoff Simmons

More gitlab CI bugfixing.

parent 68509b24
......@@ -23,12 +23,12 @@ push_to_docker:
test:
image: golang:1.19
stage: test
rules:
- changes:
- cmd/**.go
- pkg/**.go
- go.mod
- go.sum
only:
changes:
- cmd/**.go
- pkg/**.go
- go.mod
- go.sum
before_script:
- apt-get update -q
- apt-get install -y golang-golang-x-tools pandoc
......
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