Get CI running again.
This commit is contained in:
parent
6c98438fc5
commit
9b46cfa8bb
1 changed files with 3 additions and 1 deletions
|
|
@ -80,7 +80,9 @@ task pushImages {
|
||||||
test {
|
test {
|
||||||
enabled = project.hasProperty("k8s.testCluster")
|
enabled = project.hasProperty("k8s.testCluster")
|
||||||
|
|
||||||
|
if (enabled) {
|
||||||
dependsOn project.tasks["pushImages"]
|
dependsOn project.tasks["pushImages"]
|
||||||
|
}
|
||||||
|
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue