Skip to content

Commit 91de7e6

Browse files
committed
fix log
1 parent 1f87a14 commit 91de7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/scripts/poll_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BTI_RESPONSE=$(curl --silent --request GET \
1313
GITLAB_TOKEN=$(echo "$BTI_RESPONSE" | jq -r '.token // empty')
1414

1515
if [ -z "$GITLAB_TOKEN" ]; then
16-
echo "ERROR: Failed to obtain GitLab token. BTI HTTP status: $(echo "$BTI_RESPONSE" | jq -r '.status // "unknown"')"
16+
echo "ERROR: could not obtain GitLab token from BTI"
1717
exit 1
1818
fi
1919

0 commit comments

Comments
 (0)