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