Merge pull request #1238 from pypeclub/feature/app_group_in_name

App group in application full name
This commit is contained in:
Milan Kolar 2021-04-07 13:49:22 +02:00 committed by GitHub
commit 43163e500d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 103 additions and 135 deletions

View file

@ -62,7 +62,7 @@ def _prepare_publish_environments():
env["AVALON_TASK"] = os.getenv("AVALON_TASK")
env["AVALON_WORKDIR"] = os.getenv("AVALON_WORKDIR")
env["AVALON_APP"] = f"hosts.{publish_host}"
env["AVALON_APP_NAME"] = "celaction_local"
env["AVALON_APP_NAME"] = "celaction/local"
env["PYBLISH_HOSTS"] = publish_host