Skip to content

Commit

Permalink
fixup! Fix deployment integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
  • Loading branch information
mbrandenburger committed Jul 25, 2024
1 parent e0a8aca commit b33eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/deployment_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run_test() {

# install something non-fpc
# following the official fabric docs at https://hyperledger-fabric.readthedocs.io/en/release-2.5/deploy_chaincode.html
local tmp_dir=$(mktemp -d -t fabric-samples --tmpdir="${TMP_DIR}")
local tmp_dir=$(mktemp -d -t fabric-samples-XXXXXXXXXX --tmpdir="${TMP_DIR}")
download_chaincode "${tmp_dir}"
CC_PATH="${tmp_dir}/asset-transfer-basic/chaincode-go/"
# jump to the basic chaincode sample and fetch deps
Expand Down

0 comments on commit b33eade

Please sign in to comment.