propellor spin
This commit is contained in:
parent
8fb347b694
commit
70a5e9fe7b
|
@ -80,7 +80,8 @@ cloned owner url dir mbranch = check originurl (Property desc checkout)
|
|||
removeDirectoryRecursive dir
|
||||
createDirectoryIfMissing True (takeDirectory dir)
|
||||
ensureProperty $ userScriptProperty owner $ catMaybes
|
||||
[ Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir
|
||||
[ Just "set -x"
|
||||
, Just $ "git clone " ++ shellEscape url ++ " " ++ shellEscape dir
|
||||
, Just $ "cd " ++ shellEscape dir
|
||||
, ("git checkout " ++) <$> mbranch
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue