Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Segate-ekb committed Aug 24, 2024
1 parent 3e8f0f3 commit db1c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CreateInfobase implements Serializable {

}

private void createBase(String dtPath = '', steps) {
private void createBase(String dtPath = '', def steps) {
Logger.println("Создание информационной базы")
String vrunnerPath = VRunner.getVRunnerPath();
def initCommand = "$vrunnerPath init-dev --ibconnection \"/F./build/ib\""
Expand Down

0 comments on commit db1c77c

Please sign in to comment.