Y
Hacker News
new
|
ask
|
show
|
jobs
by
notpachet
1032 days ago
Maybe this is a silly question, but what advantage do you get from checking that huge file into VC instead of just installing parallel ahead of time on the CI images?
2 comments
bloopernova
1032 days ago
Not a silly question!
In this case, we don't have control over the docker images used to build our apps.
link
ilyt
1032 days ago
Parallel was born way before docker and modern CI practices. Having one script that did it all was more of a benefit before those become commonplace
link
In this case, we don't have control over the docker images used to build our apps.