enable debugging in cdp

This commit is contained in:
Rafia Sabih 2019-06-25 13:01:40 +02:00
parent 8470bf2d30
commit 52dc00caec
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ pipeline:
else
IMAGE=registry-write.opensource.zalan.do/acid/postgres-operator-test
fi
export DEBUG=1
export IMAGE
make tools deps docker
- desc: 'Run unit tests'