diff options
-rwxr-xr-x | s2i/bin/assemble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 8c78b56..6f6c5c8 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -33,7 +33,7 @@ fi echo "---> Building docs, using $cfg ..." #sphinx-build ${cfg%/conf.py} html -sphinx-build -c $cfg src html +(set -x; sphinx-build -c ${cfg%/conf.py} src html) echo "---> Cleanup ..." rm -rf src |