Skip to content
Snippets Groups Projects
Commit 91ee79f0 authored by DJ Mountney's avatar DJ Mountney
Browse files

Don't use gitlab-vault as a dependency during a manual install. Otherwise we...

Don't use gitlab-vault as a dependency during a manual install. Otherwise we would need Berskshelf installed to grab gitlab-vault's dependancies, and ruby installed in order to install Berskshelf.
parent 35051c18
No related branches found
No related tags found
1 merge request!34Don't use gitlab-vault as a dependency during a manual install.
Loading
Loading
@@ -27,7 +27,7 @@ mkdir "$chef_root"
cd "$chef_root"
mkdir cookbooks
git clone https://gitlab.com/gitlab-org/gitlab-omnibus-builder.git cookbooks/gitlab-omnibus-builder
git clone https://gitlab.com/gitlab-cookbooks/gitlab-vault.git cookbooks/gitlab-vault
sed -i.bak '/depend/d' ./cookbooks/gitlab-omnibus-builder/metadata.rb
/opt/chef/bin/chef-client -z -r 'recipe[gitlab-omnibus-builder::default]'
)
```
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