[UPD] script docker update: remove unused code
This commit is contained in:
parent
f13e9431c1
commit
e6624e24a5
1 changed files with 0 additions and 3 deletions
|
|
@ -7,14 +7,12 @@ import logging
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import yaml
|
|
||||||
|
|
||||||
new_path = os.path.normpath(
|
new_path = os.path.normpath(
|
||||||
os.path.join(os.path.dirname(__file__), "..", "..")
|
os.path.join(os.path.dirname(__file__), "..", "..")
|
||||||
)
|
)
|
||||||
sys.path.append(new_path)
|
sys.path.append(new_path)
|
||||||
|
|
||||||
from script.git.git_tool import GitTool
|
|
||||||
|
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
@ -25,7 +23,6 @@ def get_config():
|
||||||
|
|
||||||
:return: dict of config file settings and command line arguments
|
:return: dict of config file settings and command line arguments
|
||||||
"""
|
"""
|
||||||
config = GitTool.get_project_config()
|
|
||||||
|
|
||||||
# TODO update description
|
# TODO update description
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue