Skip to content

Commit

Permalink
combine statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Jan 3, 2025
1 parent 2e0d555 commit 4f102d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/InitInfoBase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class InitInfoBase implements Serializable {
// Запуск миграции
steps.catchError {
VRunner.exec(command)
exitStatuses.put(command, readExitStatusFromFile(migrationStatusFile))
}
exitStatuses.put(command, readExitStatusFromFile(migrationStatusFile))
} else {
Logger.println("Шаг миграции ИБ выключен")
}
Expand Down

0 comments on commit 4f102d2

Please sign in to comment.