mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 13:41:51 +00:00
firezone omnibus
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user