summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-26 09:09:57 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-26 09:09:57 +0000
commite48c28ed86567f049865a590fdda4569a760ee1f (patch)
tree9925303b549d10a8df95d525495e37c03991f3db /.gitpod.yml
parenta2c7a6bbd5550fa5c0cbc8b9a55b0a828f0e6d37 (diff)
downloadgitlab-ce-e48c28ed86567f049865a590fdda4569a760ee1f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index d546cc7f64a..c9adad3e3fe 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -69,15 +69,13 @@ tasks:
printf "Waiting for GitLab at $(gp url 3000) ..."
# Check /-/readiness which returns JSON, but we're only interested in the exit code
#
- # We use http://localhost:3000 instead of the public hostname because
+ # We use http://localhost:3000 instead of the public hostname because
# it's no longer possible to access as specific cookies are required
until curl --silent --no-buffer --fail http://localhost:3000/-/readiness > /dev/null 2>&1; do printf '.'; sleep 5; done && echo ""
# 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
- # Speed up backend tests
- export GITLAB_TEST_EAGER_LOAD=false
)
ports: