Connecting new tpm2_common

This commit is contained in:
iadgovuser29 2024-07-10 13:24:29 -04:00
parent 5b5a8121c4
commit 33e91997cb
2 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,8 @@
#########################################################################################
# Setting configurations
. /HIRS/.ci/docker/.env
source /HIRS/.ci/setup/container/tpm2_common.sh
. /hirs/.ci/docker/.env
source /hirs/.ci/setup/container/tpm2_common.sh
set -a

View File

@ -24,8 +24,6 @@ docker exec $aca_container sh -c "/tmp/auto_clone_branch $1 > /dev/null 2>&1 \
docker exec $tpm2_container sh -c "/tmp/auto_clone_branch $1 > /dev/null 2>&1 \
&& echo 'Provisioner Container Current Branch: ' && git branch"
echo "Copying temporary changes to files in $tpm2_container"
docker cp ./.ci/setup/container/setup_tpm2provisioner_dotnet.sh $tpm2_container:/hirs/.ci/setup/container/setup_tpm2provisioner_dotnet.sh
# Install HIRS Provisioner.Net and setup tpm2 simulator.
# In doing so, tests a single provision between Provisioner.Net and ACA.
echo "Launching provisioner setup"