If you make a directory you need to pushd into it.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
98568cfd62
commit
861e79c16c
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ for ARCH in ${ARCHES}; do
|
|||
pushd latest/
|
||||
else
|
||||
mkdir latest/
|
||||
pushd latest/
|
||||
fi
|
||||
mkdir -p ${ARCH}
|
||||
dnf --disablerepo=\* --enablerepo=CS-8-001 --repofrompath=CS-8-001,https://infrastructure.fedoraproject.org/repo/centos/stream8-kojitarget/staged/${ARCH}/CS-8-001/ reposync -a ${ARCH} -a noarch -p ${ARCH} --newest --delete &> /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue