Skip to content

Commit

Permalink
Revert "Fix issues with roast checkout"
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 25, 2017
1 parent 3a8a50b commit 9cb2170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/build/Makefile-common-rules.in
Expand Up @@ -2,7 +2,8 @@

spectest_checkout : t/spec
t/spec :
git clone https://github.com/perl6/roast t/spec
git clone git://github.com/perl6/roast.git t/spec
-cd t/spec/ && git config remote.origin.pushurl git@github.com:perl6/roast.git

spectest_update :
-cd t/spec && git pull --ff-only
Expand Down

0 comments on commit 9cb2170

Please sign in to comment.