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 {
|
||||
enabled = project.hasProperty("k8s.testCluster")
|
||||
|
||||
dependsOn project.tasks["pushImages"]
|
||||
if (enabled) {
|
||||
dependsOn project.tasks["pushImages"]
|
||||
}
|
||||
|
||||
useJUnitPlatform()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue