propellor spin
This commit is contained in:
parent
392a0d3c1c
commit
6be56755ee
|
@ -166,7 +166,9 @@ 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 <- toCommand <$> sshCachingParams hn viarelay
|
cacheparams <- if relaying
|
||||||
|
then pure []
|
||||||
|
else toCommand <$> sshCachingParams hn viarelay
|
||||||
when viarelay $
|
when viarelay $
|
||||||
void $ boolSystem "ssh-add" []
|
void $ boolSystem "ssh-add" []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue