cluster test
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
# - build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@ -52,3 +52,10 @@ build:
|
|||||||
# environment:
|
# environment:
|
||||||
# name: production
|
# name: production
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image:
|
||||||
|
name: bitnami/kubectl:latest
|
||||||
|
entrypoint: ['']
|
||||||
|
script:
|
||||||
|
- kubectl config get-contexts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user