1
0

Смена шага cmd на ringCommand

This commit is contained in:
Ivan Smirnov
2024-03-06 18:57:20 +03:00
parent d73b9a97c9
commit 0fd8cae14f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
def ringOpts = [Constants.DEFAULT_RING_OPTS]
steps.withEnv(ringOpts) {
steps.cmd(ringCommand)
steps.ringCommand(ringCommand)
}
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)

View File

@@ -55,7 +55,7 @@ class EdtValidate implements Serializable {
def ringOpts = [Constants.DEFAULT_RING_OPTS]
steps.withEnv(ringOpts) {
steps.catchError {
steps.cmd(ringCommand)
steps.ringCommand(ringCommand)
}
}