fix: copier update for pre_startup
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# It is needed to track the repo template version, and editing may break things.
|
# It is needed to track the repo template version, and editing may break things.
|
||||||
# This file will be overwritten by copier on template updates.
|
# This file will be overwritten by copier on template updates.
|
||||||
|
|
||||||
_commit: v1.0.0
|
_commit: v1.0.3-1-g7cb3be0
|
||||||
_src_path: https://github.com/bec-project/plugin_copier_template.git
|
_src_path: https://github.com/bec-project/plugin_copier_template.git
|
||||||
make_commit: false
|
make_commit: false
|
||||||
project_name: csaxs_bec
|
project_name: csaxs_bec
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ def extend_command_line_args(parser):
|
|||||||
|
|
||||||
def get_config() -> ServiceConfig:
|
def get_config() -> ServiceConfig:
|
||||||
"""
|
"""
|
||||||
Create and return the service configuration.
|
Create and return the ServiceConfig for the plugin repository
|
||||||
"""
|
"""
|
||||||
deployment_path = os.path.dirname(os.path.dirname(os.path.dirname(csaxs_bec.__file__)))
|
deployment_path = os.path.dirname(os.path.dirname(os.path.dirname(csaxs_bec.__file__)))
|
||||||
files = os.listdir(deployment_path)
|
files = os.listdir(deployment_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user