We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f87a14 commit 91de7e6Copy full SHA for 91de7e6
1 file changed
.gitlab/scripts/poll_e2e.sh
@@ -13,7 +13,7 @@ BTI_RESPONSE=$(curl --silent --request GET \
13
GITLAB_TOKEN=$(echo "$BTI_RESPONSE" | jq -r '.token // empty')
14
15
if [ -z "$GITLAB_TOKEN" ]; then
16
- echo "ERROR: Failed to obtain GitLab token. BTI HTTP status: $(echo "$BTI_RESPONSE" | jq -r '.status // "unknown"')"
+ echo "ERROR: could not obtain GitLab token from BTI"
17
exit 1
18
fi
19
0 commit comments