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

Commit

Permalink
test: lock Godwoken to v1.5.0-rc2 in integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Aug 13, 2022
1 parent 4e94620 commit d21de44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/ci/integration-test.sh
Expand Up @@ -15,8 +15,8 @@ else
git clone --depth=1 https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR
fi
cd $GODWOKEN_DIR
# checkout https://github.com/nervosnetwork/godwoken/commits/f3cdd47b4460be37ed1
git fetch origin develop
# checkout https://github.com/nervosnetwork/godwoken/commits/v1.5.0-rc2
git fetch origin v1.5.0-rc2
git checkout FETCH_HEAD
git submodule update --init --recursive --depth=1

Expand Down

0 comments on commit d21de44

Please sign in to comment.