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
As part of our Rails deploy on heroku-24, we now get this warning:
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote: cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
remote: Running: rake assets:precompile
I am not sure if this is something we are doing or if it's something the buildpack is doing that cp on the heroku-24 stack is now warning about
The text was updated successfully, but these errors were encountered:
As part of our Rails deploy on
heroku-24
, we now get this warning:I am not sure if this is something we are doing or if it's something the buildpack is doing that
cp
on theheroku-24
stack is now warning aboutThe text was updated successfully, but these errors were encountered: