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:
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 2c6aa2a962d..6a771e77769 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -49,6 +49,9 @@ tasks:
if [ "$GITLAB_RUN_DB_MIGRATIONS" == true ]; then
make gitlab-db-migrate
fi
+ cd ../gitlab
+ git checkout db/structure.sql
+ cd ../gitlab-development-kit
# Waiting for GitLab ...
gp await-port 3000
printf "Waiting for GitLab at $(gp url 3000) ..."