Skip to content

Commit

Permalink
Update default value for NEOFS_ADM_CONFIG_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Aug 18, 2023
1 parent 98c3147 commit 621c85c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robot/variables/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
NEOFS_AUTHMATE_EXEC = os.getenv("NEOFS_AUTHMATE_EXEC", "neofs-s3-authmate")
NEOFS_ADM_EXEC = os.getenv("NEOFS_ADM_EXEC", "neofs-adm")

# Config for neofs-adm utility. Optional if tests are running against devenv
NEOFS_ADM_CONFIG_PATH = os.getenv("NEOFS_ADM_CONFIG_PATH")
NEOFS_ADM_CONFIG_PATH = os.getenv("NEOFS_ADM_CONFIG_PATH", os.path.join(DEVENV_PATH, "neofs-adm.yml"))

FREE_STORAGE = os.getenv("FREE_STORAGE", "false").lower() == "true"
BIN_VERSIONS_FILE = os.getenv("BIN_VERSIONS_FILE")
Expand Down

0 comments on commit 621c85c

Please sign in to comment.