Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
fix(CI): update godwoken repo head to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne committed May 9, 2022
1 parent 88232b2 commit c74e70e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devtools/ci/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c74e70e

Please sign in to comment.