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
When I specific :copy_remote_dir in my Capfile, the resulting tarball from the distro.make build is uploaded to that remote directory. However, I still see other bits still being uploaded to directory that isn't what I specified.
For example, if I put in my Capfile: set :copy_remote_dir, '/home/user/tmp'
I still get log messages that show other bits are being copied to /tmp:
When I specific :copy_remote_dir in my Capfile, the resulting tarball from the distro.make build is uploaded to that remote directory. However, I still see other bits still being uploaded to directory that isn't what I specified.
For example, if I put in my Capfile:
set :copy_remote_dir, '/home/user/tmp'
I still get log messages that show other bits are being copied to
/tmp
:** sftp upload #<StringIO:0x00000001ba8e60> -> /tmp/tmp.hkSuqGUYKS
The text was updated successfully, but these errors were encountered: