From c74e70e0d78ac5f2303d049473e09bc000768fef Mon Sep 17 00:00:00 2001 From: magicalne Date: Mon, 9 May 2022 14:02:13 +0800 Subject: [PATCH] fix(CI): update godwoken repo head to develop --- devtools/ci/integration-test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devtools/ci/integration-test.sh b/devtools/ci/integration-test.sh index aeadba8d..e33a2de7 100644 --- a/devtools/ci/integration-test.sh +++ b/devtools/ci/integration-test.sh @@ -15,8 +15,7 @@ else git clone --depth=1 https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR fi cd $GODWOKEN_DIR -# checkout https://github.com/nervosnetwork/godwoken/pull/675/merge -git fetch origin pull/675/merge +git fetch origin develop git checkout FETCH_HEAD git submodule update --init --recursive --depth=1