rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Fix docker jekyll rebuild option #82

Closed sabre1041 closed 8 years ago

sabre1041 commented 8 years ago

What does this PR do?

Corrections rebuild options of the jekyll-asciidoc docker container

How should this be manually tested?

Build the jekyll-asciidoc container

./run.sh -d=<directory_of_source>

Once successful, invoke the rebuild option to rebuild the container

./run.sh -d=<directory_of_source> --rebuild

The image should be rebuilt

Validate the image is not rebuilt when rebuild option is not specified

./run.sh -d=<directory_of_source>

Is there a relevant Issue open for this?

Provide a link to any open issues that describe the problem you are solving.

81

Who would you like to review this?

/cc @etsauer

sabre1041 commented 8 years ago

@etsauer or @JaredBurck any chance you would be able to give this a quick run?

etsauer commented 8 years ago

Sorry.. i tested this a while ago and forgot to merge.