michaelstandley

Results 2 issues of michaelstandley

If you have something like this in your .ci.yml: ``` command: - echo $HOSTNAME ``` Instead of giving you the hostname from inside the docker container as expected, it will...

Right now dotci invokes commands listed in .ci.yml with something like: docker run foo sh -cx "commands from .ci.yml" If one of your .ci.yml commands has a quotation mark in...