-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use this tool on anything other than Travis it is hard… #218
Conversation
Codecov Report
@@ Coverage Diff @@
## master #218 +/- ##
============================================
+ Coverage 84.51% 84.55% +0.03%
- Complexity 683 688 +5
============================================
Files 74 74
Lines 2125 2130 +5
============================================
+ Hits 1796 1801 +5
Misses 329 329
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
414c4b5
to
ba11ba6
Compare
Hi @kiklop74 , I've rebased your original branch and have added a couple of (fixup) commits to it:
If they look ok for you, I can squash all (3 commits) changes together and proceed with this. Ciao :-) |
ba11ba6
to
6de6826
Compare
Hi @stronk7, HTH, |
@stronk7 this all looks great. Go ahead and do whatever you had in mind. |
+1 to create issue about that, indeed! |
6de6826
to
c6f7285
Compare
I've created #229 about the move from existing |
I've squashed the 3 commits (original + 2 fixups) into 1 and I'll proceed to review and merge this soon. Ciao :-) |
c6f7285
to
69fd0ff
Compare
When trying to use this tool on anything other than Travis it is harder to make ci script look lean because so many options have to be crammed in the install command line. It would be most useful to have more install options mapped to ENV variables. Fixes moodlehq#217
69fd0ff
to
942cfdf
Compare
Done, I've left the command options as there where (without the |
Thanks all, merging this... |
…er to make ci script look lean because so many options have to be crammed in the install command line.
It would be most useful to have more install options mapped to ENV variables.
Fixes #217