Commit 7beba17d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ashmckenzie/gitpod-init-fixes' into 'master'

Fix erroneous change directory for Gitpod

See merge request gitlab-org/gitlab!52659
parents e2f94ece b66d51a7
......@@ -24,7 +24,6 @@ tasks:
# run DB migrations
echo "$(date) – Running DB migrations" | tee -a /workspace/startup.log
make gitlab-db-migrate
cd -
# stop GDK
echo "$(date) – Stopping GDK" | tee -a /workspace/startup.log
gdk stop
......
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