Skip to content
Snippets Groups Projects
Commit 5c1ad8b7 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-451: Ignore submodule files in pipeline

Attempt to notify gitlab of dependencies

Depends-On: adae3f2d
parent 2368bc2b
No related branches found
No related tags found
1 merge request!110L2SS-451: Integration test ci fix
...@@ -21,6 +21,7 @@ newline_at_eof: ...@@ -21,6 +21,7 @@ newline_at_eof:
before_script: before_script:
- pip3 install -r devices/test-requirements.txt - pip3 install -r devices/test-requirements.txt
script: 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 - flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude docker-compose/tango-prometheus-exporter,.tox,.egg-info,docker
python_linting: python_linting:
stage: linting stage: linting
...@@ -38,6 +39,7 @@ shellcheck: ...@@ -38,6 +39,7 @@ shellcheck:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y shellcheck - sudo apt-get install -y shellcheck
script: script:
# TODO(Corne): Ignore shell files in submodules
- shellcheck **/*.sh - shellcheck **/*.sh
unit_test: unit_test:
stage: unit-tests stage: unit-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment