Browse Source

fix s2i support

pull/1/head
Nicolas Massé 6 years ago
parent
commit
e907b4a691
  1. 4
      .s2i/bin/assemble

4
.s2i/bin/assemble

@ -15,8 +15,8 @@ tar -C /tmp -xf "/tmp/${hugo_bin_name}" hugo
# Build the website # Build the website
mv /tmp/src/ /tmp/git mv /tmp/src/ /tmp/git
/tmp/hugo -s /tmp/git /tmp/hugo -s /tmp/git/lab-instructions/
ln -s /tmp/git/public /tmp/src ln -s /tmp/git/lab-instructions/public /tmp/src
# Call the default S2I assemble script # Call the default S2I assemble script
exec /usr/libexec/s2i/assemble exec /usr/libexec/s2i/assemble

Loading…
Cancel
Save