diff --git a/.azure/templates/steps/log_variables.yaml b/.azure/templates/steps/log_variables.yaml index 7544dd84861..62e28cb887c 100644 --- a/.azure/templates/steps/log_variables.yaml +++ b/.azure/templates/steps/log_variables.yaml @@ -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