Add debug to image name

This commit is contained in:
Rafia Sabih 2019-06-25 13:44:33 +02:00
parent 52dc00caec
commit 000f610cdb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pipeline:
then
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator
else
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test-debug
fi
export DEBUG=1
export IMAGE