Commit 33f619e5 authored by Geoff Simmons's avatar Geoff Simmons

Still more attempts to fix gitlab CI.

parent 666e3373
......@@ -3,12 +3,11 @@ stages:
- build
- release
variables:
HUB_CONTAINER_PATH: "uplex/k8s-vcl-reloader"
push_to_docker:
image: docker:20.10.9
stage: release
variables:
HUB_CONTAINER_PATH: "uplex/k8s-vcl-reloader"
only:
- tags
services:
......@@ -23,12 +22,13 @@ push_to_docker:
test:
image: golang:1.19
stage: test
only:
changes:
- cmd/**.go
- pkg/**.go
- go.mod
- go.sum
rules:
- changes:
- cmd/**/*.go
- pkg/**/*.go
- go.mod
- go.sum
when: always
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