Skip to content

Commit

Permalink
ci: Disable license check
Browse files Browse the repository at this point in the history
See https://northerntech.atlassian.net/browse/MEN-7396

Ticket: MEN-7386

Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed Jul 9, 2024
1 parent a1fbe65 commit a4f20c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ stages:
before_script:
- apt-get update && apt-get install -y git clang-format pcregrep

test:static:license:
extends: .test:static
script:
- ./.github/workflows/check_headers.sh
# MEN-7396: License checks disabled until we conclude on the licensing for the project
# test:static:license:
# extends: .test:static
# script:
# - ./.github/workflows/check_headers.sh

test:static:format:
extends: .test:static
Expand Down

0 comments on commit a4f20c0

Please sign in to comment.