Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-06 15:12:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-06 15:12:28 +0300
commitd75e21489f113731bfe02b6c88e58879b5859103 (patch)
tree4b3d503ccb8f2a82e4923510fb9e6e8a5e84e817 /.gitpod.yml
parenta6d9ec9567a4f0b6401295e6744ab394fa3b0033 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml3
1 files changed, 1 insertions, 2 deletions
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