[gimp-web/oscp] (testing.)?developer.gimp.org: make sure we build for the right baseURL.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] (testing.)?developer.gimp.org: make sure we build for the right baseURL.
- Date: Fri, 14 Oct 2022 21:06:44 +0000 (UTC)
commit a3d86fce41e91f6ea29a5d2eae55500e91396386
Author: Jehan <jehan girinstud io>
Date: Fri Oct 14 23:05:48 2022 +0200
(testing.)?developer.gimp.org: make sure we build for the right baseURL.
developer.gimp.org/Dockerfile | 2 +-
testing.developer.gimp.org/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/developer.gimp.org/Dockerfile b/developer.gimp.org/Dockerfile
index 816342ca..f87791f0 100644
--- a/developer.gimp.org/Dockerfile
+++ b/developer.gimp.org/Dockerfile
@@ -10,7 +10,7 @@ RUN git clone --depth 1 --branch master https://gitlab.gnome.org/Infrastructure/
cd themes/hugo-bootstrap-bare/assets && \
npm install && \
cd ../../.. && \
- make
+ make build-main
# /gimp-web-devel/public/ now contains the build of the site.
diff --git a/testing.developer.gimp.org/Dockerfile b/testing.developer.gimp.org/Dockerfile
index 06046d10..93ee65f2 100644
--- a/testing.developer.gimp.org/Dockerfile
+++ b/testing.developer.gimp.org/Dockerfile
@@ -10,7 +10,7 @@ RUN git clone --depth 1 --branch testing https://gitlab.gnome.org/Infrastructure
cd themes/hugo-bootstrap-bare/assets && \
npm install && \
cd ../../.. && \
- make
+ make build-testing
# /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]