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-05-13 06:06:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-13 06:06:53 +0300
commitc0b9c14ebd1524a1e2334e656f997ec680a18966 (patch)
tree4437aea2c4239279131a56adca1679f636683d29 /.gitpod.yml
parent98638cd5e43611aac2193a5c2f80f72374040430 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index fd57b15ce38..684f9a8e5a2 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -51,6 +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