From 0766a645b78b0766739436c8e32adf6cf1cb2ca6 Mon Sep 17 00:00:00 2001 From: Rafia Sabih Date: Tue, 25 Jun 2019 14:39:23 +0200 Subject: [PATCH] Add debug to image name --- delivery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index 0a6f3a852..94abf13b5 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -30,7 +30,7 @@ pipeline: IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] then - IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator + IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug else IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug fi @@ -52,7 +52,7 @@ pipeline: IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"} if [[ ${CDP_TARGET_BRANCH} == "master" && ${IS_PR_BUILD} != "true" ]] then - IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator + IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-debug else IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug fi