From 3454d4cbe3d553e14006e301a4d6843484ce675f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 11 Nov 2020 09:09:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitpod.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitpod.yml') 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) ..." -- cgit v1.2.3