Commit 1773623e authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Ash McKenzie

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

This reverts merge request !47293
parent ed6c5640
......@@ -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