ci: rename commits ci script to check-changed-versions
So it actually explains what it does. In the process, make the name of the Python file it executes also consistent. Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7868>
This commit is contained in:
parent
ba2237700a
commit
32e058f2ea
3 changed files with 2 additions and 2 deletions
|
|
@ -17,4 +17,4 @@ if [ "$(id -u)" = 0 ]; then
|
|||
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
|
||||
fi
|
||||
|
||||
.ci/lib/check_changed_aports_versions.py
|
||||
.ci/lib/check_changed_versions.py
|
||||
|
|
@ -85,7 +85,7 @@ pytest-commits:
|
|||
script:
|
||||
- .ci/lib/gitlab_prepare_ci.sh
|
||||
- .ci/pytest.sh
|
||||
- .ci/commits.sh
|
||||
- .ci/check-changed-versions.sh
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue