Merge branch 'shebang-ci' into 'main'

ci: move shebang check into proper CI test

See merge request tpo/core/arti!1490
This commit is contained in:
Ian Jackson 2023-08-09 15:50:00 +00:00
commit 72eff516ac
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ maint-checks:
- apt-get update && apt-get install -y python3-toml python-is-python3 git - apt-get update && apt-get install -y python3-toml python-is-python3 git
- ./maint/check_toposort - ./maint/check_toposort
- ./maint/add_warning --check - ./maint/add_warning --check
- ./maint/shebang
# non-blocking for now, see # non-blocking for now, see
# https://gitlab.torproject.org/tpo/core/arti/-/issues/581 # https://gitlab.torproject.org/tpo/core/arti/-/issues/581
@ -46,7 +47,6 @@ doc-features:
script: script:
- apt-get update && apt-get install -y python3-toml python-is-python3 - apt-get update && apt-get install -y python3-toml python-is-python3
- ./maint/check_doc_features - ./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 # 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. # But it should run before any deployument.