We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c3787 commit 5f395dbCopy full SHA for 5f395db
1 file changed
builder/image/slugbuilder/builder/build.sh
@@ -77,9 +77,6 @@ selected_buildpack=
77
if [[ -n "$BUILDPACK_URL" ]]; then
78
echo_title "Fetching custom buildpack"
79
80
- # FIXME: strip single quotes coming from the builder
81
- BUILDPACK_URL=$(echo $BUILDPACK_URL | tr -d "'")
82
-
83
buildpack="$buildpack_root/custom"
84
rm -fr "$buildpack"
85
0 commit comments