jobs/gerrit-pipeline-endianness: ignore submodules

Let the check only run on the main repository, not on any submodules.
This fixes that it would currently fail in osmo-trx: the osmocom-bb
submodule has a copy of libosmocore where the endianness check is known
to be failing (see https://gerrit.osmocom.org/c/osmocom-bb/+/31403).

Change-Id: I795a64a66b4a2e316a99e6b523cc33a9ed364272
This commit is contained in:
Oliver Smith 2023-02-27 09:14:03 +01:00
parent 3e5c5d4a75
commit 2ede9dcd1d
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@
choosing-strategy: gerrit
wipe-workspace: true
skip-tag: true
submodule:
recursive: false
disable-submodules: true
builders:
- shell: |