Skip to content

Commit

Permalink
fix: run release tests only when the stage succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Oct 11, 2021
1 parent 96ec026 commit b6e6df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pipeline {
}
}
post {
always {
success {
dir("${BASE_DIR}"){
sh(label: 'Check release artifacts', script: 'make test-release')
}
Expand Down

0 comments on commit b6e6df8

Please sign in to comment.