From e907b4a691064e937a09c63d06cff2ecb52b1763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 6 Nov 2019 18:13:51 +0100 Subject: [PATCH] fix s2i support --- .s2i/bin/assemble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index a5d35d2..122614b 100755 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -15,8 +15,8 @@ tar -C /tmp -xf "/tmp/${hugo_bin_name}" hugo # Build the website mv /tmp/src/ /tmp/git -/tmp/hugo -s /tmp/git -ln -s /tmp/git/public /tmp/src +/tmp/hugo -s /tmp/git/lab-instructions/ +ln -s /tmp/git/lab-instructions/public /tmp/src # Call the default S2I assemble script exec /usr/libexec/s2i/assemble