We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12815d2 commit f52658fCopy full SHA for f52658f
waitForBuildT0End.sh
@@ -4,7 +4,7 @@
4
PERCY_BUILD_ID="$PERCY_BUILD_ID"
5
echo "Using PERCY_BUILD_ID: $PERCY_BUILD_ID"
6
7
-API_URL='https://percy.io/api/v1/builds/${PERCY_BUILD_ID}'
+API_URL="https://percy.io/api/v1/builds/${PERCY_BUILD_ID}"
8
echo "Using Percy API URL: $API_URL"
9
10
# !! Replace 'xxx' with your actual Authorization token !!
0 commit comments