fixed desktop resource path

merge-requests/1/merge
gittestuser 2 years ago
parent 6109323640
commit f9bf72313f

@ -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…
Cancel
Save