From b7cc99c898982e4238636f05856aa08dd6612bef Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Mon, 26 Feb 2024 22:32:54 +0530 Subject: [PATCH] [nrf noup] ci: Fix the path for running compliance fixup![nrf noup] ci: Fix the paths The compliance should be run from hostap repo and not sdk-zephyr. Signed-off-by: Chaitanya Tata --- .github/workflows/compliance.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 9362fa187..387bd6262 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -59,14 +59,13 @@ jobs: id: compliance env: BASE_REF: ${{ github.base_ref }} - working-directory: sdk-zephyr if: contains(github.event.pull_request.user.login, 'dependabot[bot]') != true run: | export ZEPHYR_BASE="$(dirname "$(pwd)")/sdk-zephyr" # debug ls -la git log --pretty=oneline | head -n 10 - ./scripts/ci/check_compliance.py --annotate -e gitlint -e KconfigBasic -e Kconfig \ + $ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e gitlint -e KconfigBasic -e Kconfig \ -c origin/${BASE_REF}.. - name: upload-results