Commit 70084dd3 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'revert-2e271e79' into 'master'

Fix path error when ignoring db/structure.sql file

See merge request gitlab-org/gitlab!47370
parents fa49f2b8 1773623e
......@@ -49,7 +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) ..."
......
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