scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

CI build passes immediately #62

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

Branch builds on Codeship pass immediately.

All the gradle stuff happens in the Dockerfile and all the "steps" are turned off since they're just tagging, so it reports success after a few seconds even though the Dockerfile hasn't finished running yet.

The fix for this is to only set up the build environment in the Dockerfile and move the gradle stuff into a "step" so it will wait for it to complete.