Skip to content

Commit

Permalink
Update jenkins/Jenkinsfile.premerge
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lowe <[email protected]>
  • Loading branch information
sameerz and jlowe authored Jul 31, 2020
1 parent 78c6715 commit a0f557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline {
script {
//Check if a PR has been committed using git signoff
if (!isSignedOff()) {
echo "Signed-off-by check FAIED"
echo "Signed-off-by check FAILED"
exit(-1)
}

Expand Down

0 comments on commit a0f557a

Please sign in to comment.