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

No 'bundle install' for the golang runner

parent d339ca23
No related branches found
No related tags found
1 merge request!57Replace gitlab-runner with gitlab-ci-multi-runner
Loading
Loading
@@ -102,9 +102,7 @@ gitlab-ci-update: gitlab-ci/.git/pull
bundle install --without mysql production --jobs 4 && \
bundle exec rake db:migrate
 
gitlab-runner-update: gitlab-ci-multi-runner/.git/pull
cd ${gitlab_ci_multi_runner_dir} && \
bundle install
gitlab-ci-multi-runner-update: gitlab-ci-multi-runner/.git/pull
 
gitlab/.git/pull:
cd ${gitlab_development_root}/gitlab && git checkout -- db/schema.rb && \
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