Skip to content
Snippets Groups Projects
Commit c582a31d authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'drop-vault-in-manual' into 'master'

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

See merge request !34
parents 35051c18 91ee79f0
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