Skip to content

Commit

Permalink
Only push library updates when the build is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 4, 2020
1 parent 2e5bc9f commit 5ab5bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -647,6 +647,7 @@ pipeline {
when {
beforeAgent true
branch 'omlib-staging'
expression { return currentBuild.currentResult == 'SUCCESS' }
}
steps {
githubNotify status: 'SUCCESS', description: 'The staged library changes are working', context: 'continuous-integration/jenkins/pr-merge'
Expand Down
2 changes: 1 addition & 1 deletion libraries
Submodule libraries updated 2 files
+12 −12 Makefile.libs
+2 −2 repos.json

0 comments on commit 5ab5bb3

Please sign in to comment.