mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-06 01:06:29 +00:00
Fix base dir for CI
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
#
|
||||
# Uncomment this line to change the default base directory to "local"
|
||||
# -------------------------------------------------------------------
|
||||
base_dir("/data/omnibus-local")
|
||||
if ENV["CI"]
|
||||
base_dir("/tmp/omnibus-local")
|
||||
else
|
||||
base_dir("/data/omnibus-local")
|
||||
end
|
||||
#
|
||||
# Alternatively you can tune the individual values
|
||||
# ------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user