From f9028d54f1fd1347959927e7eb2106d63dfb06aa Mon Sep 17 00:00:00 2001 From: Flouse Date: Mon, 18 Oct 2021 15:19:45 +0800 Subject: [PATCH] gw-scripts: Update capsule to v0.7.0 --- deps/godwoken-scripts | 2 +- devtools/ci/integration-test.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/godwoken-scripts b/deps/godwoken-scripts index 4f6ffaf5..eecda7a0 160000 --- a/deps/godwoken-scripts +++ b/deps/godwoken-scripts @@ -1 +1 @@ -Subproject commit 4f6ffaf51f06527f16e276b49cc4bde4d159c39f +Subproject commit eecda7a0e747ca2a4d27b133d6a551cef415aaa7 diff --git a/devtools/ci/integration-test.sh b/devtools/ci/integration-test.sh index c6a22521..c3b6b20e 100644 --- a/devtools/ci/integration-test.sh +++ b/devtools/ci/integration-test.sh @@ -12,11 +12,11 @@ if [ -d "$GODWOKEN_DIR" ] then echo "godwoken project already exists" else - git clone -b master https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR + git clone --depth=66 -b master https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR fi cd $GODWOKEN_DIR -git checkout v0.6.5-rc4 -git submodule update --init --recursive +git checkout 3f5526fef8f2b341d2ed4f01c17e98c2fade3538 +git submodule update --init --recursive --depth=1 cd tests-deps/godwoken-scripts/c # git pull -r origin master @@ -24,7 +24,7 @@ cd tests-deps/godwoken-scripts/c make all-via-docker cd $PROJECT_ROOT -git submodule update --init --recursive +git submodule update --init --recursive --depth=1 make all-via-docker cd $TESTS_DIR