changed the location of debops environment file so that debops always uses it
fixes https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3719
This commit is contained in:
parent
8b7d82399d
commit
20bac19c84
|
@ -157,7 +157,8 @@ controller__get_virtualenv_path()
|
|||
controller__get_debops_env_path()
|
||||
{
|
||||
local debops_controller_path="$1"
|
||||
echo "${debops_controller_path}/debops-environment"
|
||||
local local_repos_path=$(controller__get_local_repos_path "${debops_controller_path}")
|
||||
echo "${local_repos_path}/.env" # see the allowed locations in man debops-config
|
||||
}
|
||||
|
||||
deboco__init()
|
||||
|
|
Loading…
Reference in New Issue