propellor spin
This commit is contained in:
parent
7ed9f70504
commit
cb94e7484e
|
@ -166,8 +166,10 @@ spin target relay hst = do
|
||||||
void $ actionMessage "Push to central git repository" $
|
void $ actionMessage "Push to central git repository" $
|
||||||
boolSystem "git" [Param "push"]
|
boolSystem "git" [Param "push"]
|
||||||
|
|
||||||
cacheparams <- if relaying || viarelay
|
cacheparams <- if relaying
|
||||||
then pure []
|
then pure []
|
||||||
|
else if viarelay
|
||||||
|
then pure ["-A"]
|
||||||
else toCommand <$> sshCachingParams hn viarelay
|
else toCommand <$> sshCachingParams hn viarelay
|
||||||
when viarelay $
|
when viarelay $
|
||||||
void $ boolSystem "ssh-add" []
|
void $ boolSystem "ssh-add" []
|
||||||
|
|
Loading…
Reference in New Issue