Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
[nrf noup] ci: Fix the path for running compliance
Browse files Browse the repository at this point in the history
fixup![nrf noup] ci: Fix the paths

The compliance should be run from hostap repo and not sdk-zephyr.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Feb 26, 2024
1 parent 767a04c commit b7cc99c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7cc99c

Please sign in to comment.