Skip to content
Snippets Groups Projects

Tests

Merged Prada Sarasola, Miguel requested to merge tests into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -11,3 +11,8 @@ dockerfiles:
@@ -11,3 +11,8 @@ dockerfiles:
- hadolint deploy/dev/Dockerfile || RET=1
- hadolint deploy/dev/Dockerfile || RET=1
- exit $RET
- exit $RET
allow_failure: yes
allow_failure: yes
 
 
yamllint:
 
image: sdesbure/yamllint
 
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
 
allow_failure: yes
Loading