debug builds

This commit is contained in:
Sergey Dudoladov 2019-05-13 12:34:49 +02:00
parent 66a6d81bc0
commit 82bf0d90ed
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ set -o pipefail
IFS=$'\n\t'
export PATH=$PATH:/tmp/kind
echo $PATH
ls -al /tmp/kind
readonly cluster_name="postgres-operator-e2e-tests"
readonly operator_image=$(docker images --filter=reference="registry.opensource.zalan.do/acid/postgres-operator" --format "{{.Repository}}:{{.Tag}}" | head -1)