diff --git a/.ci/commits.sh b/.ci/check-changed-versions.sh similarity index 93% rename from .ci/commits.sh rename to .ci/check-changed-versions.sh index 8a786a3eb..757abebe6 100755 --- a/.ci/commits.sh +++ b/.ci/check-changed-versions.sh @@ -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 diff --git a/.ci/lib/check_changed_aports_versions.py b/.ci/lib/check_changed_versions.py similarity index 100% rename from .ci/lib/check_changed_aports_versions.py rename to .ci/lib/check_changed_versions.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f9cd766..7db5b3749 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: