Loading .gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ apply_trailing_whitespace_fix: artifacts: paths: - noctua/ # Pass only modified package/test dirs - tests/ # if LINT_FORMAT_TARGETS includes it expire_in: 1 hour apply_autopep8_format: Loading @@ -74,7 +73,6 @@ apply_autopep8_format: artifacts: paths: - noctua/ - tests/ expire_in: 1 hour apply_isort_format: Loading @@ -91,7 +89,6 @@ apply_isort_format: artifacts: paths: - noctua/ - tests/ expire_in: 1 hour run_pylint_check: Loading Loading
.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ apply_trailing_whitespace_fix: artifacts: paths: - noctua/ # Pass only modified package/test dirs - tests/ # if LINT_FORMAT_TARGETS includes it expire_in: 1 hour apply_autopep8_format: Loading @@ -74,7 +73,6 @@ apply_autopep8_format: artifacts: paths: - noctua/ - tests/ expire_in: 1 hour apply_isort_format: Loading @@ -91,7 +89,6 @@ apply_isort_format: artifacts: paths: - noctua/ - tests/ expire_in: 1 hour run_pylint_check: Loading