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-01 00:09:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-01 00:09:09 +0300
commit404895390afe87ce8ab939448bf7dff7dc4b7169 (patch)
tree93c323d7df6b70c84dce7b3e4e4f3d57180394a0 /.gitpod.yml
parente9885f7a36065b9b45a35feb6c427c7742a906a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 684f9a8e5a2..3ec5e59184b 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -51,14 +51,9 @@ tasks:
[[ -f /workspace/gitpod_start_time.sh ]] && source /workspace/gitpod_start_time.sh
SECONDS=0
cd /workspace/gitlab-development-kit
- make gitlab-update
- make gitlab-shell-update
- make gitlab-workhorse-update
# update GDK
- if [ "$GITLAB_UPDATE_GDK" == true ]; then
- echo "$(date) – Updating GDK" | tee -a /workspace/startup.log
- gdk update
- fi
+ echo "$(date) – Updating GDK" | tee -a /workspace/startup.log
+ gdk update
# ensure gdk.yml has correct instance settings
gdk config set gitlab.rails.hostname $(gp url 3000 | sed -e 's+^http[s]*://++')
gdk config set gitlab.rails.port 443