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>2020-11-11 12:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-11 12:09:06 +0300
commit3454d4cbe3d553e14006e301a4d6843484ce675f (patch)
tree301f5afd7224fce0c723b06fd4a6760ad39d2159 /.gitpod.yml
parente42ec4db7bad47fe1cb08c99173e2f18161775a8 (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 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) ..."