Commit graph

3 commits

Author SHA1 Message Date
8e67de7641 Send coleslaw error output to stdout
I think Jenkins might fail my build because ‘coleslaw --help’ prints to stderr,
which it might interpret as errors. So I’m going to try printing help to stdout
instead.
2020-12-28 01:01:49 -08:00
094e67d0ea Don’t install Emacs, call coleslaw after setting PATH
I don’t need Emacs in this container, I can use a different container.

I can’t run ‘coleslaw’ if the executable isn’t in the PATH variable.
2020-12-28 00:49:10 -08:00
4333a9ec65 Add Dockerfile and Jenkinsfile
This is the first step in improving my coleslaw builds. For this commit the only
thing that it does is build the project into a staging directory.
2020-12-27 17:12:46 -08:00