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

More codeship config #67

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

It works better if you do it right.

My updated config prior to this stopped short of actually building a runnable Docker image. It only built an environment in which my project could be built. The Codeship documentation is very light on the nuts and bolts of how this is supposed to work. The short of it is that now I build a working Docker container in Dockerfile.codeship and so that my build doesn't end prematurely I have a placeholder step that always runs and simply echoes a message. That way branch builds that don't need to be pushed still compile and run tests, which was all I was going for at this point.