FIX(app): update tools import for host
- Change execute_ssh to execute_host - Fix import error in tools package
This commit is contained in:
@@ -16,5 +16,5 @@ commonLabels:
|
|||||||
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
||||||
images:
|
images:
|
||||||
- name: gitea0213.kro.kr/bluemayne/mas
|
- name: gitea0213.kro.kr/bluemayne/mas
|
||||||
newTag: main-sha-d0fd2a5037d2fc4a31d800a1dfbf9d585aa7534a
|
newTag: main-sha-38cbbafe9d0d9d215c126396bafecf2c27bed6a7
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
MAS Tools Package
|
MAS Tools Package
|
||||||
"""
|
"""
|
||||||
from .bash_tool import bash_tools, execute_bash, execute_ssh
|
from .bash_tool import bash_tools, execute_bash, execute_host
|
||||||
|
|
||||||
__all__ = ['bash_tools', 'execute_bash', 'execute_ssh']
|
__all__ = ['bash_tools', 'execute_bash', 'execute_host']
|
||||||
|
|||||||
Reference in New Issue
Block a user