From 1b5b88f390447f21007329336d5b423947e6b7d9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 16:00:06 -0500 Subject: [PATCH 1/3] remove images command from docker_push --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4996e04..18968f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,6 @@ steps: from_secret: build_name_centos9 commands: - docker push $REGISTRY/$BUILD_PREFIX/$BUILD_NAME:$CI_COMMIT_BRANCH-$CI_BUILD_NUMBER - - docker images | grep "$REGISTRY/$BUILD_PREFIX/$BUILD_NAME" - name: docker_image_list environment: From 39d29d991582b4d86f2c2de384d8a01eacb146fe Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 16:03:56 -0500 Subject: [PATCH 2/3] testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 18968f1..4467b73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ kind: pipeline type: exec name: ansible_dev_centos_stream9 + trigger: branch: exclude: From 030c35a54938424db296f4416c40deff65803c18 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 8 Dec 2023 16:06:29 -0500 Subject: [PATCH 3/3] updated build_prefix secret; pointing to wrong location --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4467b73..9316f65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,6 @@ kind: pipeline type: exec name: ansible_dev_centos_stream9 - trigger: branch: exclude: @@ -11,7 +10,6 @@ trigger: event: [push] status: [success] - steps: - name: check_env commands: