dynamicdns: Check action script with flake8

- When the action was converted from shell to python3, it was not removed from
the exclusion list.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-09-01 14:24:30 -07:00 committed by James Valleroy
parent 2bd0ef7c61
commit 6e1c8c30fd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -16,7 +16,7 @@ code-quality:
stage: test
needs: []
script:
- python3 -m flake8 --exclude actions/domainname-change,actions/dynamicdns,actions/hostname-change,actions/networks container plinth actions/*
- python3 -m flake8 --exclude actions/domainname-change,actions/hostname-change,actions/networks container plinth actions/*
unit-tests:
stage: test