Skip to content

Commit

Permalink
fix: report GitHub Check before the cache (#30372) (#30376)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7ddf9f)

Co-authored-by: Ivan Fernandez Calvo <[email protected]>
  • Loading branch information
mergify[bot] and kuisathaverat authored Mar 14, 2022
1 parent e586e0f commit 643c2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ pipeline {
GOFLAGS = '-mod=readonly'
}
steps {
stageStatusCache(id: 'Lint'){
withGithubNotify(context: "Lint") {
withGithubNotify(context: "Lint") {
stageStatusCache(id: 'Lint'){
withBeatsEnv(archive: false, id: "lint") {
dumpVariables()
whenTrue(env.ONLY_DOCS == 'true') {
Expand Down

0 comments on commit 643c2b8

Please sign in to comment.