We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f5fc9 commit f9bd7fbCopy full SHA for f9bd7fb
lib/travis/boxes/remote.rb
@@ -12,7 +12,7 @@ def upload(source, destination)
12
puts "Uploading #{source} to #{relative_destination}"
13
14
STDOUT.sync = true
15
- system("ssh travis@files.travis-ci.org 'mkdir -p #{relative_destination}'")
+ system("ssh travis@files.travis-ci.org 'mkdir -p #{destination}'")
16
system("rsync -avz --progress #{source} travis@files.travis-ci.org:#{relative_destination}")
17
end
18
0 commit comments