centos8-build: use nightly URL to invalidate cache

Fix copy paste mistake.

Change-Id: I1c5cfe782207af2a2e505fa30e77b9ea9fd143c5
This commit is contained in:
Oliver Smith 2021-05-04 08:39:40 +02:00
parent b9646a9ffc
commit ce8da526b0
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ RUN dnf install -y \
COPY .common/respawn.sh /usr/local/bin/respawn.sh
# Invalidate cache once the repository is updated
ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/latest/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
ADD $OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/CentOS_8/repodata/repomd.xml /tmp/repomd.xml