Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
fagianijunior committed Jul 8, 2022
1 parent ba7dd3c commit e1b6e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.4"

[buildpack]
id = "fagiani/nodejs-yarn"
version = "0.2.0"
version = "0.2.1"
name = "Yarn Buildpack"
homepage = "https://github.com/fagiani/nodejs-yarn-buildpack"
description = "Runs Yarn after nodejs install"
Expand Down
4 changes: 0 additions & 4 deletions lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ TOML
fi
cd -

echo "$build_dir/$build_cache"
ls -lsa "$build_dir/$build_cache"
ls -lsa "$build_dir/resources/assets/build"

if [[ $build_cache && -d "$build_dir/$build_cache" && -n "$(ls -A "$build_dir/$build_cache")" ]] ; then
cp -r "$build_dir/$build_cache/." "$layer_dir"
fi
Expand Down

0 comments on commit e1b6e24

Please sign in to comment.