skip CI to prevent overwriting staging builds
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fe857442b7
commit
6e75545b6c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ steps:
|
||||||
path: /deployment-repo
|
path: /deployment-repo
|
||||||
force: false
|
force: false
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline)"
|
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} [CI SKIP]"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: GITEA_SSH_KEY
|
from_secret: GITEA_SSH_KEY
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue