Unverified Commit 2867ec50 authored by Jan-Philipp Benecke's avatar Jan-Philipp Benecke
Browse files

Make CI happy

parent d853a9eb
...@@ -56,7 +56,7 @@ cleverreach_deploy() { ...@@ -56,7 +56,7 @@ cleverreach_deploy() {
_debug _subclient "${DEPLOY_CLEVERREACH_SUBCLIENT_ID}" _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}" _info "Obtaining token for sub-client ${DEPLOY_CLEVERREACH_SUBCLIENT_ID}"
export _H1="Authorization: Bearer ${_access_token}" export _H1="Authorization: Bearer ${_access_token}"
_subclient_token_result="$(_get "$_rest_endpoint/v3/clients/$DEPLOY_CLEVERREACH_SUBCLIENT_ID/token")" _subclient_token_result="$(_get "$_rest_endpoint/v3/clients/$DEPLOY_CLEVERREACH_SUBCLIENT_ID/token")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment