Skip to content

Commit

Permalink
Update src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransfo…
Browse files Browse the repository at this point in the history
…rmation.groovy

Co-authored-by: Nikita Fedkin <[email protected]>
  • Loading branch information
Segate-ekb and nixel2007 authored Mar 14, 2024
1 parent 5074264 commit 46cd1ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
String extensionRoot = FileUtils.getFilePath("$env.WORKSPACE/$EXTENSION_DIR").getRemote()
def edtVersionForRing = EDT.ringModule(config)

steps.deleteDir(workspaceDir.getRemote())
steps.deleteDir(workspaceDir)
steps.deleteDir(configurationRoot.getRemote())

transformConfiguration(steps, projectDir, projectWorkspaceDir, configurationRoot, edtVersionForRing)
Expand Down

0 comments on commit 46cd1ee

Please sign in to comment.