fixed desktop resource path
This commit is contained in:
parent
6109323640
commit
f9bf72313f
4 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ fun Prov.installYq(
|
|||
}
|
||||
|
||||
fun Prov.installKubectlAndTools(): ProvResult = def {
|
||||
val resourcePath = "workplace/infrastructure/"
|
||||
val resourcePath = "org/domaindrivenarchitecture/provs/desktop/infrastructure"
|
||||
|
||||
task("installKubectl") {
|
||||
val kubeConfigFile = "~/.bashrc.d/kubectl.sh"
|
||||
|
|
|
@ -28,7 +28,7 @@ internal class DevOpsKtTest {
|
|||
assertTrue(
|
||||
defaultTestContainer().fileContainsText(
|
||||
"~/.bashrc.d/kubectl.sh",
|
||||
getResourceAsText("workplace/infrastructure/kubectl.sh")
|
||||
getResourceAsText("org/domaindrivenarchitecture/provs/desktop/infrastructure/kubectl.sh")
|
||||
)
|
||||
)
|
||||
assertTrue(
|
||||
|
|
Loading…
Reference in a new issue