Skip to content

Commit a51806a

Browse files
authored
[7.17] [CI] Do not cache any es distros when creating ci images (#110742) (#110746)
* [CI] Do not cache any es distros when creating ci images (#110742) (cherry picked from commit 816cedc) # Conflicts: # qa/os/build.gradle * Update build.gradle
1 parent a9e35d2 commit a51806a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

qa/os/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ subprojects { Project platformProject ->
4545
hostEnv 'VAGRANT_PROJECT_DIR', platformProject.projectDir.absolutePath
4646
}
4747
}
48+
tasks.named('resolveAllDependencies') {
49+
// avoid resolving all elasticsearch distros
50+
enabled = false
51+
}

0 commit comments

Comments
 (0)