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 {
|
fun Prov.installKubectlAndTools(): ProvResult = def {
|
||||||
val resourcePath = "workplace/infrastructure/"
|
val resourcePath = "org/domaindrivenarchitecture/provs/desktop/infrastructure"
|
||||||
|
|
||||||
task("installKubectl") {
|
task("installKubectl") {
|
||||||
val kubeConfigFile = "~/.bashrc.d/kubectl.sh"
|
val kubeConfigFile = "~/.bashrc.d/kubectl.sh"
|
||||||
|
|
|
@ -28,7 +28,7 @@ internal class DevOpsKtTest {
|
||||||
assertTrue(
|
assertTrue(
|
||||||
defaultTestContainer().fileContainsText(
|
defaultTestContainer().fileContainsText(
|
||||||
"~/.bashrc.d/kubectl.sh",
|
"~/.bashrc.d/kubectl.sh",
|
||||||
getResourceAsText("workplace/infrastructure/kubectl.sh")
|
getResourceAsText("org/domaindrivenarchitecture/provs/desktop/infrastructure/kubectl.sh")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
assertTrue(
|
assertTrue(
|
||||||
|
|
Loading…
Reference in a new issue