Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 30, 2020
1 parent 7368ce6 commit ce58829
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 @@ -390,7 +390,7 @@ def scriptTaskDocker(description, script) {

def buildDocker() {
sh(
script: "./ci/build_docker.sh",
script: "./.ci/build_docker.sh",
label: 'Build CI Docker image'
)
}
Expand Down

0 comments on commit ce58829

Please sign in to comment.