From 01e619d872cc953a6f73a7852807f5c0b3488fff Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Wed, 9 Aug 2023 14:36:30 +0200 Subject: [PATCH] ci: move shebang check into proper CI test Currently, the shebang check CI is not executed, as it would need to fail then. See !1489 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50ab8adc1..7086f5329 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ maint-checks: - apt-get update && apt-get install -y python3-toml python-is-python3 git - ./maint/check_toposort - ./maint/add_warning --check + - ./maint/shebang # non-blocking for now, see # https://gitlab.torproject.org/tpo/core/arti/-/issues/581 @@ -46,7 +47,6 @@ doc-features: script: - apt-get update && apt-get install -y python3-toml python-is-python3 - ./maint/check_doc_features - - ./maint/shebang # This should always be in the last testing stage, so that if it fails all the other steps still run # But it should run before any deployument.