mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge remote-tracking branch 'origin/master' into config
This commit is contained in:
@@ -10,6 +10,6 @@ system 'ssh',
|
||||
'-o', 'StrictHostKeyChecking=no',
|
||||
'-p', '6000',
|
||||
'atom.githubapp.com',
|
||||
"cd /Users/atom/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test"
|
||||
"rm -rf ~/.atom && cd /Users/atom/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test"
|
||||
|
||||
exit $?.exitstatus
|
||||
|
||||
Reference in New Issue
Block a user