Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇
2022-08-03 01:12:33 +00:00
parent aaa654da7e
commit b6dafbef7e

View File

@@ -48,7 +48,6 @@ docker_deploy:
name: bitnami/kubectl
entrypoint: [""]
script:
- kubectl get pod --kubeconfig=.kube/config
- kubectl get pod --kubeconfig=.kube/config --certificate-authority=.kube/ca.pem
#- kubectl run console-${PACKAGE_VERSION} --image=reg.sre.victor-core.top/cobalt-strike/console:${PACKAGE_VERSION} --kubeconfig=.kube/config --certificate-authority=.kube/ca.pem
tags: