ci: don't run changed-aports ourselves

This is now done directly by the lint script
This commit is contained in:
Kevin Daudt 2022-04-17 15:27:22 +00:00
parent 53b28cf905
commit e6097b01dd

View File

@ -11,7 +11,7 @@ lint:
image: alpinelinux/apkbuild-lint-tools:latest
interruptible: true
script:
- changed-aports $CI_MERGE_REQUEST_TARGET_BRANCH_NAME | lint
- lint
allow_failure: true
only:
- merge_requests