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-06-20 00:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-20 00:10:01 +0300
commit7361375554b55ca52e0282bbe6cd063e2848bc2b (patch)
tree17a82da8e5ecd722da643554d521900d7e60f29b /.gitpod.yml
parent2f00709f337c76982dfe69cbc62dc3cb148131f2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 19785aba125..81e08a98674 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -53,7 +53,7 @@ tasks:
cd /workspace/gitlab-development-kit
# update GDK
echo "$(date) – Updating GDK" | tee -a /workspace/startup.log
- export DEFAULT_BRANCH=$(git branch --show-current)
+ export DEFAULT_BRANCH=$(git --git-dir=gitlab/.git branch --show-current)
gdk config set gitlab.default_branch "$DEFAULT_BRANCH"
gdk update
# ensure gdk.yml has correct instance settings