Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Regenerate the notice file in CI.
Browse files Browse the repository at this point in the history
Ensures we don't forget to update it with new changes.
  • Loading branch information
cmacknz committed May 31, 2022
1 parent 9506ca3 commit 5c89fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pipeline {
withGithubNotify(context: "Check") {
dir("${BASE_DIR}"){
withGoEnv(){
sh(label: 'mage notice', script: 'mage notice')
sh(label: 'mage check', script: 'mage check')
}
}
Expand Down

0 comments on commit 5c89fad

Please sign in to comment.