Add env variable CF_RELEASE for CF related jobs

pull/540/head
cruizba 2020-07-21 17:29:10 +02:00
parent 66a1e6e723
commit 8fb4f11a6f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
set -eu -o pipefail
CF_OVP_TARGET=${CF_OVP_TARGET:-nomarket}
RELEASE=${CF_RELEASE:-false}
if [ ${CF_OVP_TARGET} == "market" ]; then
export AWS_ACCESS_KEY_ID=${NAEVA_AWS_ACCESS_KEY_ID}