test/integration: remove unused variable
Don't need ARCH.
This commit is contained in:
parent
2bdfcfe0ae
commit
b44ceb19ef
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ function greenprint {
|
|||
|
||||
# Get OS data.
|
||||
source /etc/os-release
|
||||
ARCH=$(uname -m)
|
||||
|
||||
if [[ $ID == rhel ]] && ! rpm -q epel-release; then
|
||||
greenprint "📦 Setting up EPEL repository"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue