Skip to content

Commit 152680b

Browse files
author
Matthew Fisher
committed
fix(builder): remove CACHE_DIR from /bin/release
See https://devcenter.heroku.com/articles/buildpack-api#bin-release
1 parent 827a411 commit 152680b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/builder/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fi
138138

139139
"$selected_buildpack/bin/compile" "$build_root" "$cache_root" "$env_root" | ensure_indent
140140

141-
"$selected_buildpack/bin/release" "$build_root" "$cache_root" > $build_root/.release
141+
"$selected_buildpack/bin/release" "$build_root" > $build_root/.release
142142

143143
## Display process types
144144

0 commit comments

Comments
 (0)