buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 23 forks source link

circleci ignores puppet errors #2926

Open cgolubi1 opened 4 months ago

cgolubi1 commented 4 months ago

When we test with CircleCI, we run:

puppet apply --modulepath=/buttonmen/deploy/vagrant/modules /buttonmen/deploy/circleci/manifests/init.pp

As we now know from experience with Docker, that syntax ignores failures, so the CircleCI step will succeed even if puppet reports an error.