exercism / cfml-test-runner

GNU Affero General Public License v3.0
0 stars 4 forks source link

🤖 Exit on error in docker scripts #18

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

This PR ensures that building the docker image in the bin/run-in-docker.sh and bin/run-tests-in-docker.sh scripts must be successful before attempting to run the image. Without this change, errors while building the Dockerfile are silently ignored. The tests will then run with the latest version of the test runner image in docker hub, leading to a successful build even though the Dockerfile could not be built.