Skip to content

Commit

Permalink
Remove test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Mar 20, 2020
1 parent 3ed8513 commit f01c9bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ kibanaLibrary.load()
kibanaPipeline(timeoutMinutes: 135, checkPrChanges: true) {
githubPr.withDefaultPrComments {
catchError {
whenChanged('vars/') {
print "Testing 1"
}

whenChanged(regex: /^vars\//) {
print "Testing 2"
}

retryable.enable()
parallel([
'kibana-intake-agent': workers.intake('kibana-intake', './test/scripts/jenkins_unit.sh'),
Expand Down
1 change: 0 additions & 1 deletion x-pack/legacy/plugins/siem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/

// TODO remove me
import { i18n } from '@kbn/i18n';
import { resolve } from 'path';
import { Server } from 'hapi';
Expand Down

0 comments on commit f01c9bb

Please sign in to comment.