Skip to content
Snippets Groups Projects
Commit e6097b01 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

ci: don't run changed-aports ourselves

This is now done directly by the lint script
parent 53b28cf9
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ lint: ...@@ -11,7 +11,7 @@ lint:
image: alpinelinux/apkbuild-lint-tools:latest image: alpinelinux/apkbuild-lint-tools:latest
interruptible: true interruptible: true
script: script:
- changed-aports $CI_MERGE_REQUEST_TARGET_BRANCH_NAME | lint - lint
allow_failure: true allow_failure: true
only: only:
- merge_requests - merge_requests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment