update runner
This commit is contained in:
parent
36175be74e
commit
18e20ffdb8
1 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ workflow:
|
|||
build:
|
||||
stage: build
|
||||
interruptible: true
|
||||
# tags:
|
||||
# - gitlabrunner
|
||||
tags:
|
||||
- vntx
|
||||
image: docker:27
|
||||
services:
|
||||
- docker:27-dind
|
||||
|
|
@ -39,8 +39,8 @@ build:
|
|||
deploy:
|
||||
stage: deploy
|
||||
needs: ["build"]
|
||||
# tags:
|
||||
# - gitlabrunner
|
||||
tags:
|
||||
- vntx
|
||||
image:
|
||||
name: bitnami/kubectl:latest
|
||||
entrypoint: [""]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue