chore(): Skips an unneeded step
This commit is contained in:
parent
3136395d33
commit
2e46365eee
1 changed files with 0 additions and 22 deletions
22
.drone.yml
22
.drone.yml
|
@ -3,26 +3,6 @@ kind: pipeline
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test-build-container
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
registry: scm.project42.io
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
username:
|
|
||||||
from_secret: registry_username
|
|
||||||
password:
|
|
||||||
from_secret: registry_password
|
|
||||||
repo: scm.project42.io/elia/tricks
|
|
||||||
dry_run: true
|
|
||||||
squash: true
|
|
||||||
compress: true
|
|
||||||
tags:
|
|
||||||
- "${DRONE_COMMIT_SHA:0:8}"
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- promote
|
|
||||||
|
|
||||||
- name: build-container
|
- name: build-container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
@ -38,8 +18,6 @@ steps:
|
||||||
compress: true
|
compress: true
|
||||||
tags:
|
tags:
|
||||||
- "${DRONE_COMMIT_SHA:0:8}"
|
- "${DRONE_COMMIT_SHA:0:8}"
|
||||||
depends_on:
|
|
||||||
- test-build-container
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue