diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2017-05-26 18:33:41 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-26 18:36:47 +0200 |
commit | 6b697ef207674c58b47058b37e11fc97634d5cb4 (patch) | |
tree | a8a586cd53dbe99a389c658dec27d45756e5fc53 | |
parent | dc5eea1cfa05d3916eae1bc64006f5d8ff204978 (diff) | |
download | coreboot-6b697ef207674c58b47058b37e11fc97634d5cb4.tar.xz |
util/hugo: no need to enable an interactive terminal
Change-Id: Iac4cdb003b2fe967b303c1f8e0eeb61673a02858
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: https://review.coreboot.org/19930
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | util/hugo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hugo/Makefile b/util/hugo/Makefile index 9a95536367..d76c00ac0b 100644 --- a/util/hugo/Makefile +++ b/util/hugo/Makefile @@ -10,4 +10,4 @@ themes/hugo-material-docs: git clone https://github.com/digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs public: themes/hugo-material-docs - docker run --rm -it -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir + docker run --rm -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir |