tests: Add info about COMPOSE_ID/COMPOSE_URL
useful for grepping in logs
This commit is contained in:
parent
875c59861e
commit
9107617eb8
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ fi
|
|||
# used for slack messages in case of success/failure
|
||||
curl -L "$COMPOSE_URL/COMPOSE_ID" > COMPOSE_ID
|
||||
|
||||
echo "INFO: Testing COMPOSE_ID=$COMPOSE_ID at COMPOSE_URL=$COMPOSE_URL"
|
||||
|
||||
# Make sure the compose URL really exists
|
||||
RETURN_CODE=$(curl --silent -o -I -L -s -w "%{http_code}" "${COMPOSE_URL}")
|
||||
if [ "$RETURN_CODE" != 200 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue