From ef21d1de79d217fc0f20dcd2453e6c66affd68a8 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 19:23:49 +0100 Subject: [PATCH] try ubuntu icc pipeline --- script/ci_install_icc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ci_install_icc.sh b/script/ci_install_icc.sh index 4428dd9..d719f6f 100755 --- a/script/ci_install_icc.sh +++ b/script/ci_install_icc.sh @@ -13,10 +13,10 @@ chmod +x webimage.sh rm -rf webimage.sh WEBIMAGE_NAME=$(ls -1 webimage_extracted/) if [ -z "$COMPONENTS" ]; then - sudo webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=. + webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --eula=accept --continue-with-optional-error=yes --log-dir=. installer_exit_code=$? else - sudo webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=. + webimage_extracted/"$WEBIMAGE_NAME"/bootstrapper -s --action install --components="$COMPONENTS" --eula=accept --continue-with-optional-error=yes --log-dir=. installer_exit_code=$? fi rm -rf webimage_extracted