Skip to content
Snippets Groups Projects
Commit 2d05314c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add --ff-only for pull.

parent 3cee0e6d
No related branches found
No related tags found
1 merge request!23[WIP] Update gitlab and gitlab-shell repos in Makefile
Loading
Loading
@@ -59,10 +59,10 @@ gitlab-update: gitlab/.git/pull gitlab/.bundle gitlab/db_migrate
gitlab-shell-update: gitlab-shell/.git/pull gitlab-shell/.bundle
 
gitlab/.git/pull:
cd ${gitlab_development_root}/gitlab && git pull
cd ${gitlab_development_root}/gitlab && git pull --ff-only
 
gitlab-shell/.git/pull:
cd ${gitlab_development_root}/gitlab-shell && git pull
cd ${gitlab_development_root}/gitlab-shell && git pull --ff-only
 
# Set up supporting services
 
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