Skip to content

Commit 3a7eb1c

Browse files
updated PERCY_BUILD_ID in the shell script
1 parent 06832aa commit 3a7eb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waitForBuildT0End.sh

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

33
# --- Configuration ---
4-
API_URL='https://percy.io/api/v1/builds/40232012'
4+
API_URL='https://percy.io/api/v1/builds/"$PERCY_BUILD_ID"'
55
# !! Replace 'xxx' with your actual Authorization token !!
66
AUTH_TOKEN="$PERCY_TOKEN"
77
echo "Token : $PERCY_TOKEN"

0 commit comments

Comments
 (0)