Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2867ec50
Unverified
Commit
2867ec50
authored
Mar 30, 2021
by
Jan-Philipp Benecke
Browse files
Make CI happy
parent
d853a9eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/cleverreach.sh
View file @
2867ec50
...
@@ -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"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment