summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
commitee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch)
treef8479f94a28f66654c6a4f6fb99bad6b4e86a40e /.gitpod.yml
parent62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff)
downloadgitlab-ce-ee664acb356f8123f4f6b00b73c1e1cf0866c7fb.tar.gz
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 3fb623b9fb6..535c60b42c8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -86,7 +86,7 @@ tasks:
printf "$(date) – GitLab is up (took ~%.1f minutes)\n" "$((10*$SECONDS/60))e-1" | tee -a /workspace/startup.log
gp preview $(gp url 3000) || true
PREBUILD_LOG=(/workspace/.gitpod/prebuild-log-*)
- [[ -f /workspace/gitpod_start_time.sh ]] && printf "Took %.1f minutes from https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitpod.yml being executed through to completion %s\n" "$((10*(($(date +%s)-${START_TIME_IN_SECONDS}))/60))e-1" "$([[ -f "$PREBUILD_LOG" ]] && echo "With Prebuilds")"
+ [[ -f /workspace/gitpod_start_time.sh ]] && printf "Took %.1f minutes from https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitpod.yml being executed through to completion %s\n" "$((10*(($(date +%s)-${START_TIME_IN_SECONDS}))/60))e-1" "$([[ -f "$PREBUILD_LOG" ]] && echo "With Prebuilds")"
)
ports:
@@ -111,10 +111,10 @@ ports:
vscode:
extensions:
- - rebornix.ruby@0.28.0
- - wingrunr21.vscode-ruby@0.27.0
- - karunamurti.haml@1.3.1
- - octref.vetur@0.34.1
- - dbaeumer.vscode-eslint@2.1.8
- - gitlab.gitlab-workflow@3.24.0
- - DavidAnson.vscode-markdownlint@0.44.4
+ - rebornix.ruby@0.28.1
+ - wingrunr21.vscode-ruby@0.28.0
+ - karunamurti.haml@1.4.1
+ - octref.vetur@0.36.0
+ - dbaeumer.vscode-eslint@2.2.6
+ - GitLab.gitlab-workflow@3.48.1
+ - DavidAnson.vscode-markdownlint@0.47.0