Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 8, 2020
1 parent 155b5c1 commit 64c081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def call(Map params = [:], Closure closure) {

def pipelineLibraryTests() {
whenChanged(['vars/', '.ci/pipeline-library/']) {
worker.base(size: 'flyweight', bootstrapped: false, ramDisk: false) {
workers.base(size: 'flyweight', bootstrapped: false, ramDisk: false) {
dir('.ci/pipeline-library') {
sh './gradlew test'
}
Expand Down

0 comments on commit 64c081e

Please sign in to comment.