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-07-14 21:11:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-14 21:11:03 +0300
commit3da283df313b950685c1513b6b69a68de9c4ab11 (patch)
tree046edea54a5ea4945d7115ebb6552d55532eec38 /.gitpod.yml
parent2aea9a0c91723b8800b016335930c59390cda7c9 (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 81e08a98674..0a047495ac6 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -92,7 +92,7 @@ tasks:
# Give Gitpod a few more seconds to set up everything ...
sleep 5
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
+ gp preview $(gp url 3000) --external || 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_UNIXTIME}))/60))e-1" "$([[ -f "$PREBUILD_LOG" ]] && echo "With Prebuilds")"
)