Skip to content
Snippets Groups Projects
Verified Commit 5df965fa authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Remove the use of staging repositories in CI


As python-pydantic > 2 has reached the stable repositories, use those.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 122ac2a6
No related branches found
No related tags found
1 merge request!159ci: Remove the use of staging repositories in CI
Pipeline #96696 failed
......@@ -81,9 +81,6 @@ integration:
.system_test:
stage: test
before_script:
- sed '/^\[core\]/i [core-staging]\nInclude = /etc/pacman.d/mirrorlist\n' -i /etc/pacman.conf
- sed '/^\[extra\]/i [extra-staging]\nInclude = /etc/pacman.d/mirrorlist\n' -i /etc/pacman.conf
- pacman --noconfirm -Syy
- |
read -r -a system_deps <<< "${SYSTEM_PACKAGES}"
read -r -a test_deps <<< "${SYSTEM_TEST_PACKAGES}"
......@@ -97,9 +94,6 @@ system_coverage:
.system_integration_test:
stage: test
before_script:
- sed '/^\[core\]/i [core-staging]\nInclude = /etc/pacman.d/mirrorlist\n' -i /etc/pacman.conf
- sed '/^\[extra\]/i [extra-staging]\nInclude = /etc/pacman.d/mirrorlist\n' -i /etc/pacman.conf
- pacman --noconfirm -Syy
- printf "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf
- pacman --noconfirm -Fy
- |
......
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