#AhaOfToday Looking at two CI pipelines, I’m surprised to see fundamental differences between build strategies for an interpreted language and a compiled language. For instance, PHP can be modified directly in a docker container, while Java cannot.
#AhaOfToday Looking at two CI pipelines, I’m surprised to see fundamental differences between build strategies for an interpreted language and a compiled language. For instance, PHP can be modified directly in a docker container, while Java cannot.