Skip to content
Snippets Groups Projects
Commit 5668bed2 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'schemarb' into 'master'

checkout schema.rb if changed before pull

See merge request !45
parents 2debd3cf a50fd21e
No related branches found
No related tags found
No related merge requests found
Loading
@@ -113,13 +113,15 @@ gitlab-runner-update: gitlab-runner/.git/pull
Loading
@@ -113,13 +113,15 @@ gitlab-runner-update: gitlab-runner/.git/pull
bundle install bundle install
   
gitlab/.git/pull: gitlab/.git/pull:
cd ${gitlab_development_root}/gitlab && git pull --ff-only cd ${gitlab_development_root}/gitlab && git checkout -- db/schema.rb && \
git pull --ff-only
   
gitlab-shell/.git/pull: gitlab-shell/.git/pull:
cd ${gitlab_development_root}/gitlab-shell && git pull --ff-only cd ${gitlab_development_root}/gitlab-shell && git pull --ff-only
   
gitlab-ci/.git/pull: gitlab-ci/.git/pull:
cd ${gitlab_development_root}/gitlab-ci && git pull --ff-only cd ${gitlab_development_root}/gitlab-ci && git checkout -- db/schema.rb && \
git pull --ff-only
   
gitlab-runner/.git/pull: gitlab-runner/.git/pull:
cd ${gitlab_development_root}/gitlab-runner && git pull --ff-only cd ${gitlab_development_root}/gitlab-runner && git pull --ff-only
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