Configure CI to use gitlabrunner

This commit is contained in:
Graham McIntire 2026-01-05 12:26:19 -06:00
parent fb0bf14b66
commit 62689ea939
No known key found for this signature in database

View file

@ -13,6 +13,8 @@ workflow:
build:
stage: build
interruptible: true
tags:
- gitlabrunner
image: docker:24
services:
- docker:24-dind
@ -37,6 +39,8 @@ build:
deploy:
stage: deploy
needs: ["build"]
tags:
- gitlabrunner
image:
name: bitnami/kubectl:latest
entrypoint: ['']