fixed desktop resource path

This commit is contained in:
gittestuser 2022-02-04 11:22:30 +01:00
parent 6109323640
commit f9bf72313f
4 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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(