From d75e21489f113731bfe02b6c88e58879b5859103 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Feb 2023 12:12:28 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitpod.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitpod.yml') diff --git a/.gitpod.yml b/.gitpod.yml index 3522ea0fca2..ef6e39881e8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,6 +2,7 @@ # https://www.gitpod.io/docs/configure/workspaces/tasks image: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:stable +checkoutLocation: gitlab-development-kit/gitlab tasks: @@ -24,8 +25,6 @@ tasks: echo "$(date) – Copying GDK" | tee -a /workspace/startup.log cp -r $HOME/gitlab-development-kit /workspace/ cd /workspace/gitlab-development-kit - # ensure GitLab directory is symlinked under the GDK - ln -nfs "$GITPOD_REPO_ROOT" /workspace/gitlab-development-kit/gitlab mv -v /workspace/gitlab-development-kit/secrets.yml /workspace/gitlab-development-kit/gitlab/config # ensure gdk.yml has correct instance settings gdk config set gitlab.rails.port 443 |& tee -a /workspace/startup.log -- cgit v1.2.3