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

Merge branch 'require-bash-syntax-check' into 'master'

Remove the allow_failure flag from bash syntax check jobs

See merge request !53
parents 11cdb48a a029361d
No related branches found
No related tags found
1 merge request!53Remove the allow_failure flag from bash syntax check jobs
Pipeline #39742 failed
......@@ -118,7 +118,6 @@ bash_syntax:
when: always
tags:
- docker
allow_failure: yes
##########################################################
## Check for errors in markdown files
......
......@@ -120,7 +120,6 @@ bash_syntax:
when: always
tags:
- docker
allow_failure: yes
##########################################################
## Check for errors in markdown files
......
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