Skip to content

Commit

Permalink
Avoid failing the CI pipelines on "special" commit messages (#10956)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored Dec 14, 2024
1 parent 6749169 commit bb3a646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure/templates/steps/log_variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ steps:
java -version
which java
displayName: 'Print environment variables'
# Sometimes, the commit message might break the script due to some special characters. As the purpose of this script
# is logging only, we set it to continue on error to not fail the pipelines because of this.
continueOnError: true

0 comments on commit bb3a646

Please sign in to comment.