Skip to content

Commit

Permalink
Add parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonophore committed Jun 3, 2024
1 parent 337c940 commit e912280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ tasks.register<Exec>("deployHelm") {
, "--set", "clusterDomain=${clusterDomain}"
, "--set", "localDomain=${localDomain}"
, "--set", "dockerRegistry=${"dockerRegistry".getExt()}"
, "--set", "platform=okd"
)
doLast {
val execResult = executionResult.get()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.octopusden.octopus.vcsfacade

import org.junit.platform.commons.logging.Logger
import org.slf4j.LoggerFactory
import org.yaml.snakeyaml.Yaml

private const val PROPERTY_FILE = "test-properties.yaml"
Expand Down

0 comments on commit e912280

Please sign in to comment.