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 385296c commit 707ed84Copy full SHA for 707ed84
bin/compile
@@ -45,7 +45,7 @@ if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
45
fi
46
47
# Build binaries (python runtimes, etc) in the /staging/ directory on S3. Test
48
-these binaries for compatibility when passed this environment variable.
+# these binaries for compatibility when passed this environment variable.
49
if [ "$TEST_STAGED_S3_BINARIES" == "1" ]; then
50
echo "Testing staged binaries..."
51
VENDOR_URL="https://lang-python.s3.amazonaws.com/staging/$STACK"
0 commit comments