Skip to content
Snippets Groups Projects
Commit dca254dc authored by nimrod's avatar nimrod
Browse files

Fix the linter check.

The linter changed the usage and doesn't require the --file flag
anymore.
parent 0e79b239
No related branches found
No related tags found
No related merge requests found
Pipeline #2146 failed
...@@ -19,7 +19,7 @@ lint templates: ...@@ -19,7 +19,7 @@ lint templates:
for template in templates/*.yml for template in templates/*.yml
do do
echo "Checking $template" >&2 echo "Checking $template" >&2
gitlab-ci-linter --server "$CI_SERVER_URL" --filename "$template" || EXITCODE=1 gitlab-ci-linter --server "$CI_SERVER_URL" "$template" || EXITCODE=1
echo echo
done done
[ -z "${EXITCODE:-}" ] [ -z "${EXITCODE:-}" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment