You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local repo_url="${ARTIFACTS_URL:-${JENKINS_URL}job/}"daos-stack/job/"$repo"/job/"${branch//\//%252F}"/"$build_number"/artifact/artifacts/$DISTRO_NAME/
373
+
374
+
local repo_url="${REPO_PATH:-${ARTIFACTS_URL:-${JENKINS_URL}job/}daos-stack/job/$repo/job/${branch//\//%252F}/$build_number/artifact/artifacts/$DISTRO_NAME/}"
374
375
dnf -y config-manager --add-repo="$repo_url"
375
376
repo="$(url_to_repo "$repo_url")"
376
377
# PR-repos: should always be able to upgrade modular packages
0 commit comments