Skip to content

Commit

Permalink
remove double source of environment.sh since sgx material has been re…
Browse files Browse the repository at this point in the history
…moved from configuration

Signed-off-by: Bruno Vavala <[email protected]>
  • Loading branch information
bvavala committed Mar 28, 2024
1 parent 2f8627c commit 56f4b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker/tools/run_services_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ yell copy sgx keys
# -----------------------------------------------------------------
[ -z "$(ls -A ${XFER_DIR}/services/keys/sgx/)" ] ||\
cp ${XFER_DIR}/services/keys/sgx/* ${PDO_SGX_KEY_ROOT}
# refresh the environment variables (necessary for SGX-related ones)
source /project/pdo/tools/environment.sh

# -----------------------------------------------------------------
yell configure services for host $PDO_HOSTNAME and ledger $PDO_LEDGER_URL
Expand Down
2 changes: 0 additions & 2 deletions docker/tools/start_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ yell copy sgx keys
# -----------------------------------------------------------------
[ -z "$(ls -A ${XFER_DIR}/services/keys/sgx/)" ] ||\
cp ${XFER_DIR}/services/keys/sgx/* ${PDO_SGX_KEY_ROOT}
# refresh the environment variables (necessary for SGX-related ones)
source /project/pdo/tools/environment.sh

# -----------------------------------------------------------------
yell Register with ledger: ${F_REGISTER}
Expand Down

0 comments on commit 56f4b34

Please sign in to comment.