chore(): No need to rebuild on promotion
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
ee91229c8f
commit
3136395d33
1 changed files with 4 additions and 4 deletions
|
@ -18,6 +18,10 @@ steps:
|
|||
compress: true
|
||||
tags:
|
||||
- "${DRONE_COMMIT_SHA:0:8}"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- promote
|
||||
|
||||
- name: build-container
|
||||
image: plugins/docker
|
||||
|
@ -60,10 +64,6 @@ steps:
|
|||
from_secret: registry_password
|
||||
commands:
|
||||
- quick-scan -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" -g "${DRONE_COMMIT_SHA:0:8}"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- promote
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue