Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇
2022-08-03 01:14:24 +00:00
parent b6dafbef7e
commit 581f82bb9d

View File

@@ -48,7 +48,6 @@ docker_deploy:
name: bitnami/kubectl
entrypoint: [""]
script:
- 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
- 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:
- cluster