fix: debugging
This commit is contained in:
parent
6251652c93
commit
56d799f449
@ -166,7 +166,7 @@ _initAuth() {
|
|||||||
# authentication. This works arounds this by using an undocumented MB API to obtain a token not tied to an
|
# authentication. This works arounds this by using an undocumented MB API to obtain a token not tied to an
|
||||||
# IP just for the github tests.
|
# IP just for the github tests.
|
||||||
_oauth2() {
|
_oauth2() {
|
||||||
printenv
|
_info "$(printenv)"
|
||||||
if [ -z "$TEST_DNS_SLEEP" ]; then
|
if [ -z "$TEST_DNS_SLEEP" ]; then
|
||||||
_oauth2_std
|
_oauth2_std
|
||||||
else
|
else
|
||||||
@ -211,7 +211,7 @@ _oauth2_github() {
|
|||||||
response="$(_post "$body" "$MB_AUTH" "" "POST" "application/json")"
|
response="$(_post "$body" "$MB_AUTH" "" "POST" "application/json")"
|
||||||
MB_TK="$(echo "$response" | _egrep_o "\"token\":\"[^\"]*\"" | cut -d : -f 2 | tr -d '"')"
|
MB_TK="$(echo "$response" | _egrep_o "\"token\":\"[^\"]*\"" | cut -d : -f 2 | tr -d '"')"
|
||||||
if [ -z "$MB_TK" ]; then
|
if [ -z "$MB_TK" ]; then
|
||||||
_err "Unable to get access_token"
|
_err "Unable to get token"
|
||||||
_err "\n$response"
|
_err "\n$response"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user