Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a regular cross operator instead of Junctions
It used to work but then Sake was changed and it no longer does.
  • Loading branch information
AlexDaniel committed Jul 1, 2019
1 parent 3612910 commit f613a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sakefile
Expand Up @@ -37,7 +37,7 @@ task ‘start-all’, {
exit 1
}

task <kill stop>.any ~ <-all all>.any => @bots.map({kill: ~ to-name $_}), {;}
task $_ => @bots.map({kill: ~ to-name $_}), {;} for <kill stop> X~ <-all all>;
task test, { run <prove -j 8 --exec perl6 xt>; True }
task upgrade => stop-all, { run rakudobrew, build, moar; True }

Expand Down

0 comments on commit f613a28

Please sign in to comment.