Skip to content

Commit

Permalink
fix: report GitHub Check before the cache (#30372)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7ddf9f)
  • Loading branch information
kuisathaverat authored and mergify-bot committed Feb 14, 2022
1 parent 02d6083 commit f568204
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 f568204

Please sign in to comment.