Skip to content
Snippets Groups Projects

Disable allow failure tag for bash

Merged Jon Azpiazu requested to merge do-not-allow-failure-for-bash into master
2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -97,7 +97,6 @@ bash_syntax:
- docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-sh --path=/ac --extension=sh --ignore=.ci_config || RET=1
- docker run -v ${PWD}:/ac cytopia/awesome-ci syntax-bash --path=/ac --extension=bash --ignore=.ci_config || RET=1
- exit $RET
allow_failure: yes
when: always
tags:
- docker
Loading