From 1e28c9498f80fa09b3061ef0903cf99e5142c2f2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 3 Mar 2022 18:19:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitpod.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitpod.yml') diff --git a/.gitpod.yml b/.gitpod.yml index a67242e08a5..d1a709c55ea 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -20,6 +20,8 @@ tasks: gdk config set gitlab.rails.port 443 gdk config set gitlab.rails.https.enabled true gdk config set webpack.host 127.0.0.1 + gdk config set webpack.static false + gdk config set webpack.live_reload false # make documentation builds available gdk config set gitlab_docs.enabled true # reconfigure GDK @@ -49,6 +51,8 @@ tasks: gdk config set gitlab.rails.port 443 gdk config set gitlab.rails.https.enabled true gdk config set webpack.host 127.0.0.1 + gdk config set webpack.static false + gdk config set webpack.live_reload false # reconfigure GDK echo "$(date) – Reconfiguring GDK" | tee -a /workspace/startup.log gdk reconfigure -- cgit v1.2.3