From 3430a80d0b5d8b724b75f6f53d21143d7e1c5ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sat, 4 Dec 2021 16:25:58 +0100 Subject: [PATCH] Merge test build with test steps --- .drone.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec05094..004d35d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ trigger: kind: pipeline type: docker -name: test image building +name: test image steps: - name: test build @@ -39,15 +39,6 @@ steps: commands: - echo "$password" | podman login -u $username --password-stdin $repo - make VERSION=test DOCKER=podman build -- name: test image - image: harbor.hq.rosti.cz/library/builder:35 - environment: - username: robot$rosti+rosti - password: - from_secret: repo_password - repo: harbor.hq.rosti.cz - privileged: true - commands: - make DOCKER=podman VERSION=test test trigger: