Skip to content
Snippets Groups Projects

Disable allow failure tag

Merged Jon Azpiazu requested to merge do-not-allow-failure-for-file-syntax-check into master
2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -130,7 +130,6 @@ file_syntax:
- docker run -v ${PWD}:/ac cytopia/awesome-ci file-trailing-space --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- docker run -v ${PWD}:/ac cytopia/awesome-ci file-utf8 --path=/ac --extension=py,txt,cpp,h,md,sh,bash,xml,launch --ignore=.ci_config || RET=1
- exit $RET
allow_failure: yes
when: always
tags:
- docker
Loading