Skip to content

Commit

Permalink
[CI] do not update go.mod during linting (#19824) (#20099)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 21, 2020
1 parent 584fc11 commit 6109eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ pipeline {
}
stage('Lint'){
options { skipDefaultCheckout() }
environment {
// See https://github.com/elastic/beats/pull/19823
GOFLAGS = '-mod=readonly'
}
steps {
makeTarget(context: "Lint", target: "check")
}
Expand Down

0 comments on commit 6109eea

Please sign in to comment.