Skip to content
Snippets Groups Projects
Commit 404dd729 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CI: fix YAML files

parent 9473f5da
No related branches found
No related tags found
No related merge requests found
Pipeline #15558 passed
...@@ -112,5 +112,5 @@ shellcheck_linter: ...@@ -112,5 +112,5 @@ shellcheck_linter:
# when: manual # when: manual
image: koalaman/shellcheck-alpine:latest image: koalaman/shellcheck-alpine:latest
script: script:
- find . -name '*.sh' -type f - find . -name '*.sh' -type f
- find . -name '*.sh' -type f | xargs -n 1 shellcheck - find . -name '*.sh' -type f | xargs -n 1 shellcheck
...@@ -19,4 +19,3 @@ ignored: ...@@ -19,4 +19,3 @@ ignored:
# DL3009 Delete the apt-get lists after installing something # DL3009 Delete the apt-get lists after installing something
# DL3025 Use arguments JSON notation for CMD and ENTRYPOINT arguments # DL3025 Use arguments JSON notation for CMD and ENTRYPOINT arguments
######################################################################################################################## ########################################################################################################################
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