prevent CI run after kustomize build [CI SKIP]
This commit is contained in:
parent
3d02a8e30d
commit
915f28fd9e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ steps:
|
||||||
path: /deployment-repo
|
path: /deployment-repo
|
||||||
force: false
|
force: false
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline)"
|
commit_message: "KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline) [CI SKIP]"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITEA_SSH_KEY
|
from_secret: GITEA_SSH_KEY
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue