Skip to content

Commit

Permalink
ci(weaver)update network-setups fabric setupCC.sh
Browse files Browse the repository at this point in the history
Primary Changes
---------------
1. Fixed network-setups fabric setupCC.sh:
weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh

Fixes: #3679

Signed-off-by: Daiki.Nakashima <Nakashima.Daiki@df.MitsubishiElectric.co.jp>
  • Loading branch information
dnakashima committed Jan 10, 2025
1 parent 50d19f8 commit 0414ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

directory=$(dirname $0)

CACTI_VERSION=v2.0.0
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
CACTI_VERSION="v$(head -n 1 $SCRIPT_DIR/../../../../../core/network/fabric-interop-cc/contracts/interop/VERSION)"
TMP_PATH=$PWD/../shared/tmp
CHAINCODE_PATH=$PWD/../shared/chaincode
rm -rf $CHAINCODE_PATH/interop
Expand Down

0 comments on commit 0414ff0

Please sign in to comment.