chore(): Skips an unneeded step
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/promote/production Build is failing

This commit is contained in:
Elia el Lazkani 2024-01-20 00:22:17 +01:00
parent 3136395d33
commit 2e46365eee

View file

@ -3,26 +3,6 @@ kind: pipeline
name: build
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
image: plugins/docker
settings:
@ -38,8 +18,6 @@ steps:
compress: true
tags:
- "${DRONE_COMMIT_SHA:0:8}"
depends_on:
- test-build-container
when:
event:
exclude: