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

Commit

Permalink
gw-scripts: Update capsule to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Nov 3, 2021
1 parent b391bd1 commit f9028d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps/godwoken-scripts
8 changes: 4 additions & 4 deletions devtools/ci/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ 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
# git submodule update --init --recursive
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
Expand Down

0 comments on commit f9028d5

Please sign in to comment.