Closed jayvdb closed 7 years ago
Use GitHub host for tailor's install.sh, and avoid pipe which masks failure.
Fixes https://github.com/coala/docker-coala-base/issues/179 Closes https://github.com/coala/docker-coala-base/issues/193
True (I use that in scripts) Do we need to do set -o pipefail for every RUN? I guess so.
set -o pipefail
RUN
Also note we 'need' to change the URL anyway.
ack https://github.com/coala/docker-coala-base/pull/202/commits/ac51806633d9c92f158cd320834910b0730def2d
@rultor merge
@sils OK, I'll try to merge now. You can check the progress of the merge here
@sils Done! FYI, the full log is here (took me 2min)
Use GitHub host for tailor's install.sh, and avoid pipe which masks failure.
Fixes https://github.com/coala/docker-coala-base/issues/179 Closes https://github.com/coala/docker-coala-base/issues/193