Skip to content

Commit

Permalink
fix(builder): remove CACHE_DIR from /bin/release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jun 27, 2016
1 parent 827a411 commit 152680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fi

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

"$selected_buildpack/bin/release" "$build_root" "$cache_root" > $build_root/.release
"$selected_buildpack/bin/release" "$build_root" > $build_root/.release

## Display process types

Expand Down

0 comments on commit 152680b

Please sign in to comment.