Skip to content

Commit

Permalink
[7.x] remove .kbn-optimizer-cache upload (#75086) (#75100)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger authored Aug 15, 2020
1 parent 2e5e06b commit 4b65ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def uploadGcsArtifact(uploadPrefix, pattern) {
def withGcsArtifactUpload(workerName, closure) {
def uploadPrefix = "kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/${workerName}"
def ARTIFACT_PATTERNS = [
'**/target/public/.kbn-optimizer-cache',
'target/kibana-*',
'target/test-metrics/*',
'target/kibana-security-solution/**/*.png',
Expand Down

0 comments on commit 4b65ae2

Please sign in to comment.