gitlab-ci: skip lint for backports
This commit is contained in:
parent
a80ee9f7ab
commit
73032f9918
1 changed files with 4 additions and 4 deletions
|
@ -50,10 +50,10 @@ for PKG in $(changed-aports "$BASEBRANCH"); do
|
|||
|
||||
repo=$(basename $(dirname $PKG));
|
||||
|
||||
if [ "$repo" = "main" ]; then
|
||||
export SKIP_AL1=1
|
||||
export SKIP_AL13=1
|
||||
fi
|
||||
if [ "$repo" == "backports" ]; then
|
||||
echo "Skipping $PKG as backports (we don't care)"
|
||||
continue
|
||||
fi
|
||||
|
||||
printf "\n\n"
|
||||
printf "$BLUE"
|
||||
|
|
Loading…
Add table
Reference in a new issue