CI test script: Fix test using copr repo.
Current code is passing copr repo string as `copr_repo` instead of `$copr_repo`. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
9e47122b77
commit
1c70027b0e
@ -255,7 +255,7 @@ CONTAINER_ID="$(docker run --privileged -d -v /sys/fs/cgroup:/sys/fs/cgroup:ro -
|
||||
[ -n "$debug_exit_shell" ] && trap open_shell EXIT || trap run_exit EXIT
|
||||
|
||||
if [[ -v copr_repo ]];then
|
||||
upgrade_nm_from_copr copr_repo
|
||||
upgrade_nm_from_copr "${copr_repo}"
|
||||
fi
|
||||
|
||||
if [[ -v customize_cmd ]];then
|
||||
|
Loading…
x
Reference in New Issue
Block a user