Browse Source

Make CI happy

pull/3464/head
Jan-Philipp Benecke 3 years ago
parent
commit
2867ec509e
No known key found for this signature in database GPG Key ID: 60E71CF4F1EB4383
  1. 2
      deploy/cleverreach.sh

2
deploy/cleverreach.sh

@ -56,7 +56,7 @@ cleverreach_deploy() {
_debug _subclient "${DEPLOY_CLEVERREACH_SUBCLIENT_ID}"
if ! [ -z "${DEPLOY_CLEVERREACH_SUBCLIENT_ID}" ]; then
if [ -n "${DEPLOY_CLEVERREACH_SUBCLIENT_ID}" ]; then
_info "Obtaining token for sub-client ${DEPLOY_CLEVERREACH_SUBCLIENT_ID}"
export _H1="Authorization: Bearer ${_access_token}"
_subclient_token_result="$(_get "$_rest_endpoint/v3/clients/$DEPLOY_CLEVERREACH_SUBCLIENT_ID/token")"

Loading…
Cancel
Save