Skip to content

Commit

Permalink
CB-31451: correct run script for el8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Seidel committed Jan 26, 2021
1 parent f0d5312 commit b1d3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Expand Up @@ -52,7 +52,7 @@ fi

OS_ADDON=""
if [[ "${OSVERSION}" == "8" ]]; then
OS_ADDON="export DOCKERIZED_BUILD_ENV=centos8; "
OS_ADDON="env DOCKERIZED_BUILD_ENV=centos8 "
fi

if [[ "${1^^}" =~ ^(BUILD|UNITTEST|PEPPERREPORT|SMOKETEST)$ ]]; then
Expand Down

0 comments on commit b1d3753

Please sign in to comment.