Skip to content

Commit c31b714

Browse files
updated the env variable inside a script
1 parent 3a7eb1c commit c31b714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

waitForBuildT0End.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# --- Configuration ---
4-
API_URL='https://percy.io/api/v1/builds/"$PERCY_BUILD_ID"'
4+
PERCY_BUILD_ID="$PERCY_BUILD_ID"
5+
API_URL='https://percy.io/api/v1/builds/${PERCY_BUILD_ID}'
56
# !! Replace 'xxx' with your actual Authorization token !!
67
AUTH_TOKEN="$PERCY_TOKEN"
78
echo "Token : $PERCY_TOKEN"

0 commit comments

Comments
 (0)