propellor spin
This commit is contained in:
parent
cb94e7484e
commit
02e0fac683
|
@ -166,7 +166,7 @@ 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
|
cacheparams <- if False
|
||||||
then pure []
|
then pure []
|
||||||
else if viarelay
|
else if viarelay
|
||||||
then pure ["-A"]
|
then pure ["-A"]
|
||||||
|
|
Loading…
Reference in New Issue