mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add debug print
matser branch not found on some CIs https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian9/ruby-master/log/20190824T063005Z.fail.html.gz ``` fatal: Remote branch master not found in upstream origin ```
This commit is contained in:
parent
fe83ed47e7
commit
97ad7862d5
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ class VCS
|
|||
end
|
||||
|
||||
def export(revision, url, dir, keep_temp = false)
|
||||
puts "branches:"; system(COMMAND, "branch", "-a") # for debug
|
||||
ret = system(COMMAND, "clone", "-s", (@srcdir || '.').to_s, "-b", url, dir)
|
||||
ret
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue