File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ test_script:
117117 python setup.py install
118118
119119 - python -m pip install
120- git+https://github.com/coala /coala#egg=coala
120+ git+https://github.com/PrajwalM2212 /coala.git@writer #egg=coala
121121 git+https://github.com/coala/coala-bears#egg=coala-bears
122122
123123
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ function Install-coala {
9191
9292 Checkpoint-Pip - Constraints
9393
94- Install-Pip - Requirement ' git+https://github.com/coala/coala#egg=coala'
94+ Install-Pip - Requirement ' git+https://github.com/PrajwalM2212/coala.git@writer#egg=coala
95+ '
9596
9697 if (! ($stop_at -eq ' coala-bears' )) {
9798 Write-Output " Installing coala-bears"
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ stages:
1313 install : false
1414 script : false
1515
16- .check_moban : &check_moban
17- << : *disable_global
18- python : 3.6
19- stage : moban
20- install : pip install moban
21- script : .ci/check_moban.sh
16+ # .check_moban: &check_moban
17+ # <<: *disable_global
18+ # python: 3.6
19+ # stage: moban
20+ # install: pip install moban
21+ # script: .ci/check_moban.sh
2222
2323jobs :
2424 include :
25- - *check_moban
25+ # - *check_moban
2626
2727cache :
2828 pip : true
You can’t perform that action at this time.
0 commit comments