[coreboot-gerrit] Change in coreboot[master]: util/hugo: no need to enable an interactive terminal

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri May 26 18:34:35 CEST 2017


Patrick Georgi has uploaded a new change for review. ( https://review.coreboot.org/19930 )

Change subject: util/hugo: no need to enable an interactive terminal
......................................................................

util/hugo: no need to enable an interactive terminal

Change-Id: Iac4cdb003b2fe967b303c1f8e0eeb61673a02858
Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
M util/hugo/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/19930/1

diff --git a/util/hugo/Makefile b/util/hugo/Makefile
index 9a95536..d76c00a 100644
--- a/util/hugo/Makefile
+++ b/util/hugo/Makefile
@@ -10,4 +10,4 @@
 	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

-- 
To view, visit https://review.coreboot.org/19930
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac4cdb003b2fe967b303c1f8e0eeb61673a02858
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>



More information about the coreboot-gerrit mailing list