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

Still more attempts to fix gitlab CI.

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