Skip to content

Commit

Permalink
Fix unbound variable subdir
Browse files Browse the repository at this point in the history
Run-GHA: true
Skip-PR-comments: true

Required-githooks: true


#Pragmas from previous commit message:
Run-GHA: true
Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Nov 27, 2024
1 parent 82869e6 commit 8003a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/provisioning/post_provision_config_common_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ post_provision_config_nodes() {
if ! $COVFN_DISABLED; then
subdir="bullseye/"
fi
local repo_url="${ARTIFACTS_URL:-${JENKINS_URL}job/}"daos-stack/job/"$repo"/job/"${branch//\//%252F}"/"$build_number"/artifact/artifacts/"$subdir"$DISTRO_NAME/
local repo_url="${ARTIFACTS_URL:-${JENKINS_URL}job/}"daos-stack/job/"$repo"/job/"${branch//\//%252F}"/"$build_number"/artifact/artifacts/"${subdir:-}"$DISTRO_NAME/
dnf -y config-manager --add-repo="$repo_url"
repo="$(url_to_repo "$repo_url")"
# PR-repos: should always be able to upgrade modular packages
Expand Down

0 comments on commit 8003a30

Please sign in to comment.