Commit c1af69d2 authored by charlie ablett's avatar charlie ablett

Merge branch 'ashmckenzie/gitpod-yml-improvement' into 'master'

Display which GitLab branch we're on in Gitpod

See merge request gitlab-org/gitlab!67558
parents f2467239 c4ad715e
......@@ -48,6 +48,8 @@ tasks:
make gitlab-db-migrate
fi
cd /workspace/gitlab-development-kit/gitlab
# Display which branch we're on
git branch --show-current
# Install Lefthook
bundle exec lefthook install
git checkout db/structure.sql
......
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