Skip to content

Commit 7086a6f

Browse files
Update .buildkite/scripts/run-bc-upgrade-tests.sh
Co-authored-by: Brian Seeders <[email protected]>
1 parent a2e0235 commit 7086a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/run-bc-upgrade-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ -z "$MANIFEST_URL" ]]; then
2828
exit 0
2929
fi
3030

31-
MANIFEST="$(eval "curl -s $MANIFEST_URL")"
31+
MANIFEST="$(curl -s "$MANIFEST_URL")"
3232
if [[ -z "$MANIFEST" ]]; then
3333
echo "Cannot get the build manifest from [$MANIFEST_URL]"
3434
exit 1

0 commit comments

Comments
 (0)