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

Always run bundle install

parent 754639bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,7 +8,7 @@ clone: gitlab/.git gitlab-shell/.git
 
config: gitlab-shell/config.yml gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config/unicorn.rb
 
bundle: gitlab-shell/.bundle gitlab/.bundle
bundle: gitlab-shell-bundle gitlab-bundle
 
gitlab/.git:
git clone ${gitlab_repo} gitlab
Loading
Loading
@@ -16,11 +16,11 @@ gitlab/.git:
gitlab-shell/.git:
git clone ${gitlab_shell_repo} gitlab-shell
 
gitlab/.bundle:
gitlab-bundle:
cd gitlab && bundle install --without mysql
 
gitlab-shell/.bundle:
cd gitlab-shell && bundle install --without mysql
gitlab-shell-bundle:
cd gitlab-shell && bundle install
 
gitlab/config/gitlab.yml:
sed "s|/home/git|${gitlab_development_root}|" gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml
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