Skip to content

Commit

Permalink
fix: task reference for createClusterID removed
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Jul 11, 2022
1 parent 5218178 commit 08c9050
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ abstract class AbstractTaskPreparer(
const val TASK_PREPARESERVER = "prepareServer"
const val TASK_EXTRACARTRIDGES = "setupCartridges"
const val TASK_CREATECONFIG = "createConfig"
const val TASK_CREATECLUSTERID = "createClusterID"
}

override fun getImage(): Provider<String> = extension.images.icmbase
Expand Down Expand Up @@ -108,9 +107,7 @@ abstract class AbstractTaskPreparer(
addDirectories.getValue(ISHUNITOUT).get().asFile.absolutePath
to "/intershop/ishunitrunner/output",
project.projectDir.absolutePath
to "/intershop/customizations/${extension.containerPrefix}/cartridges",
getOutputPathFor(TASK_CREATECLUSTERID, "")
to "/intershop/clusterid",
to "/intershop/customizations/${extension.containerPrefix}/cartridges"
)

if(customization) {
Expand Down

0 comments on commit 08c9050

Please sign in to comment.