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 a2e0235 commit 7086a6fCopy full SHA for 7086a6f
.buildkite/scripts/run-bc-upgrade-tests.sh
@@ -28,7 +28,7 @@ if [[ -z "$MANIFEST_URL" ]]; then
28
exit 0
29
fi
30
31
-MANIFEST="$(eval "curl -s $MANIFEST_URL")"
+MANIFEST="$(curl -s "$MANIFEST_URL")"
32
if [[ -z "$MANIFEST" ]]; then
33
echo "Cannot get the build manifest from [$MANIFEST_URL]"
34
exit 1
0 commit comments