mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-07 03:40:10 +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
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
done
|
||||||
# Ensure file structure is there
|
# Ensure file structure is there
|
||||||
mkdir -p $HIRS_CI_EFI_PATH_PLATFORM
|
mkdir -p $HIRS_CI_EFI_PATH_PLATFORM
|
||||||
mkdir -p $HIRS_CI_EFI_PATH_RIM
|
mkdir -p $HIRS_CI_EFI_PATH_RIM
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|
||||||
# Load env variables
|
# Load env variables
|
||||||
. ./.ci/docker/.env
|
. /hirs/.ci/docker/.env
|
||||||
|
|
||||||
profile=laptop
|
profile=laptop
|
||||||
test=default
|
test=default
|
||||||
@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
done
|
||||||
# Profile selections
|
# Profile selections
|
||||||
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
||||||
testDir="$profileDir/$test"
|
testDir="$profileDir/$test"
|
||||||
@ -107,3 +107,4 @@ pushd $pcDir > /dev/null
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|
||||||
# Load env variables
|
# Load env variables
|
||||||
. ./.ci/docker/.env
|
. /hirs/.ci/docker/.env
|
||||||
|
|
||||||
profile=laptop
|
profile=laptop
|
||||||
test=default
|
test=default
|
||||||
@ -52,7 +52,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
done
|
||||||
# Profile selections
|
# Profile selections
|
||||||
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
profileDir="$HIRS_CI_REPO_ROOT/.ci/system-tests/profiles/$profile"
|
||||||
defaultDir="$profileDir/default"
|
defaultDir="$profileDir/default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user