Merge branch 'devel' into 'main'

fix test

See merge request release-engineering/public/toolkit!5
This commit is contained in:
Louis Abel 2021-07-06 23:12:27 +00:00
commit a8377a7ca0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ source "$(dirname "$0")/common"
echo "** Updating source repos"
for y in "${ALL_REPOS[@]}"; do
test -d "${STAGING_ROOT}/${RELEASE_DIR}/${y}/${x}/${z}"
test -d "${STAGING_ROOT}/${RELEASE_DIR}/${y}/source/tree"
ret_val=$?
if [ "$ret_val" -eq 0 ]; then
createrepo --update "${STAGING_ROOT}/${RELEASE_DIR}/${y}/source/tree" \