Skip to content
Snippets Groups Projects
Commit 1a78b3a4 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

For mysterious reasons this unblocks 'git pull'

parent 3163aead
No related branches found
No related tags found
1 merge request!241For mysterious reasons this unblocks 'git pull'
Pipeline #
Loading
Loading
@@ -109,7 +109,7 @@ gitlab/.git/pull:
cd ${gitlab_development_root}/gitlab && \
git checkout -- Gemfile.lock db/schema.rb && \
git stash && git checkout master && \
git pull --ff-only
git pull --ff-only upstream master
 
gitlab-shell/.git/pull:
cd ${gitlab_development_root}/gitlab-shell && \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment