mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-31 00:24:00 +00:00
Forgot to close while loops
This commit is contained in:
parent
48203a84a6
commit
63f4de2868
@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
# Ensure file structure is there
|
||||
mkdir -p $HIRS_CI_EFI_PATH_PLATFORM
|
||||
mkdir -p $HIRS_CI_EFI_PATH_RIM
|
||||
|
@ -8,7 +8,7 @@
|
||||
#########################################################################################
|
||||
|
||||
# Load env variables
|
||||
. ./.ci/docker/.env
|
||||
. /hirs/.ci/docker/.env
|
||||
|
||||
profile=laptop
|
||||
test=default
|
||||
@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
# Profile selections
|
||||
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
||||
testDir="$profileDir/$test"
|
||||
@ -107,3 +107,4 @@ pushd $pcDir > /dev/null
|
||||
done
|
||||
fi
|
||||
popd > /dev/null
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#########################################################################################
|
||||
|
||||
# Load env variables
|
||||
. ./.ci/docker/.env
|
||||
. /hirs/.ci/docker/.env
|
||||
|
||||
profile=laptop
|
||||
test=default
|
||||
@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
|
||||
break
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
# Profile selections
|
||||
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
||||
defaultDir="$profileDir/default"
|
||||
|
Loading…
x
Reference in New Issue
Block a user