Commit 2e271e79 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '280845-ignore-db-structure-sql-in-gitpod' into 'master'

Ignore db/structure.sql in Gitpod

See merge request gitlab-org/gitlab!47293
parents 6f95865d b4ced456
...@@ -49,6 +49,7 @@ tasks: ...@@ -49,6 +49,7 @@ tasks:
if [ "$GITLAB_RUN_DB_MIGRATIONS" == true ]; then if [ "$GITLAB_RUN_DB_MIGRATIONS" == true ]; then
make gitlab-db-migrate make gitlab-db-migrate
fi fi
git checkout db/structure.sql
# Waiting for GitLab ... # Waiting for GitLab ...
gp await-port 3000 gp await-port 3000
printf "Waiting for GitLab at $(gp url 3000) ..." printf "Waiting for GitLab at $(gp url 3000) ..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment