Skip to content
Snippets Groups Projects

Tests

Merged Prada Sarasola, Miguel requested to merge tests into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -19,5 +19,5 @@ dockerfiles:
yamllint:
image: sdesbure/yamllint
script: "yamllint -d relaxed $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
allow_failure: yes
Loading