mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
CI: set later time for jobs
Use different mirror, b/c main is broken Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
fb1d9dbb23
commit
cc98f4430c
39 changed files with 42 additions and 42 deletions
|
|
@ -3,8 +3,8 @@
|
|||
become: true
|
||||
shell: |
|
||||
. /etc/os-release
|
||||
echo "deb https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
|
||||
curl -L https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
|
||||
echo "deb https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
|
||||
curl -L https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
|
||||
apt-get update
|
||||
when:
|
||||
- ansible_distribution|lower == "ubuntu"
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
become: true
|
||||
shell: |
|
||||
. /etc/os-release
|
||||
echo "deb https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
|
||||
curl -L https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
|
||||
echo "deb https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
|
||||
curl -L https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
|
||||
apt-get update
|
||||
when:
|
||||
- ansible_distribution|lower == "ubuntu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue