Skip to content
Snippets Groups Projects
Commit 773cfe1e authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Merge branch 'do-not-allow-failure-for-bash' into 'master'

Disable allow failure tag for bash

See merge request !36
parents 42b977ed c06a2323
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -99,7 +99,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment