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