Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇 2022-08-03 00:57:43 +00:00
parent 2b8ba6afa2
commit 10f14576d3

View File

@ -48,7 +48,7 @@ docker_deploy:
name: bitnami/kubectl
entrypoint: [""]
script:
- kubectl config view
- kubectl config view --kubeconfig=.kube/config
- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION}
tags:
- cluster