From 5c1ad8b792103fb73d63fd72c65392ea89ab16f0 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 21 Oct 2021 08:33:21 +0000 Subject: [PATCH] L2SS-451: Ignore submodule files in pipeline Attempt to notify gitlab of dependencies Depends-On: adae3f2d715efef16dad336b3d57483000dd43da --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed13296e4..14ee77667 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ newline_at_eof: before_script: - pip3 install -r devices/test-requirements.txt script: +# TODO(Corne): Ignore shell files in submodules more cleanly - flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude docker-compose/tango-prometheus-exporter,.tox,.egg-info,docker python_linting: stage: linting @@ -38,6 +39,7 @@ shellcheck: - sudo apt-get update - sudo apt-get install -y shellcheck script: +# TODO(Corne): Ignore shell files in submodules - shellcheck **/*.sh unit_test: stage: unit-tests -- GitLab