You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grumble, grumble. Yeah, we can do it. Not a huge priority, as I think it's a reasonable expectation that you clone the repository with the permissions checked into source control, but I'll add it to the backlog.
Steps to recreate:
0027
git clone https://github.com/cloudfoundry/java-buildpack
bundle exec rake package OFFLINE=true version=v3.8
cf create-buildpack java_buildpack_test build/java-buildpack-offline-7a37ff3.zip 9 --enable
cf push spring-music -b java_buildpack_test
.Output:
Seems like a permissions issue on the
bin/*
scripts. Can the build pack build scripts force permissions to 755 for those scripts?The text was updated successfully, but these errors were encountered: