Fix base dir for CI

This commit is contained in:
Jamil Bou Kheir
2021-08-17 23:03:00 +00:00
parent e7be457186
commit 45d66315fc

View File

@@ -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
# ------------------------------------------------