From 2e46365eee510a524e62b8a02db23c6435cb9452 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 20 Jan 2024 00:22:17 +0100 Subject: [PATCH] chore(): Skips an unneeded step --- .drone.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index 38be8b6..c7a13d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: