Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Run pre_package also inside the sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar authored Dec 27, 2016
1 parent 8a6e04d commit f918f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-slug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pushd /app
if [ -f bin/pre_package ]; then
echo "-----> Running pre_package hook"
chmod +x bin/pre_package
./bin/pre_package
run_in_sandbox "./bin/pre_package"
fi
popd

Expand Down

0 comments on commit f918f0a

Please sign in to comment.