[gimp-web/oscp] testing.developer.gimp.org: targetting pat/bootstrap branch.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] testing.developer.gimp.org: targetting pat/bootstrap branch.
- Date: Wed, 7 Sep 2022 18:45:15 +0000 (UTC)
commit 9d2b1e7003e0290cb75d51867b0390cec9e0c66c
Author: Jehan <jehan girinstud io>
Date: Wed Sep 7 20:44:14 2022 +0200
testing.developer.gimp.org: targetting pat/bootstrap branch.
This is temporary, but same was the hugo branch.
testing.developer.gimp.org/Dockerfile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/testing.developer.gimp.org/Dockerfile b/testing.developer.gimp.org/Dockerfile
index 6de3c0a3..4ef131a5 100644
--- a/testing.developer.gimp.org/Dockerfile
+++ b/testing.developer.gimp.org/Dockerfile
@@ -2,10 +2,14 @@ FROM debian:unstable
USER root
RUN apt update
-RUN apt install -y bzip2 git-core hugo make wget
+RUN apt install -y bzip2 git-core hugo make npm wget
-RUN git clone --depth 1 --branch hugo https://gitlab.gnome.org/Infrastructure/gimp-web-devel && \
+RUN git clone --depth 1 --branch pat/bootstrap https://gitlab.gnome.org/Infrastructure/gimp-web-devel && \
cd gimp-web-devel && \
+ git submodule update --init --recursive && \
+ cd themes/hugo-bootstrap-bare/assets && \
+ npm install && \
+ cd ../../.. && \
make
# /gimp-web-devel/public/ now contains the build of the site.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]