firezone omnibus

This commit is contained in:
Jamil Bou Kheir
2021-09-14 03:10:42 +00:00
parent e7d3a65d5a
commit f287b59016
2 changed files with 3 additions and 4 deletions

View File

@@ -73,6 +73,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
# XXX: This is required because Omnibus tries to create the install_dir
# here even if it already exists.
sudo chown vagrant:vagrant /opt
cd omnibus
bundle install --binstubs
bin/omnibus build firezone

View File

@@ -27,10 +27,6 @@ DESC
# Defaults to C:/firezone on Windows
# and /opt/firezone on all other platforms
if ENV["CI"]
default_root "/opt/runner"
end
install_dir "#{default_root}/#{name}"
build_version Omnibus::BuildVersion.semver