don't need foundry
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 5m51s
Unit and integration tests / Run unit tests (pull_request) Successful in 9m30s

This commit is contained in:
Roy Crihfield 2023-09-15 01:17:00 +08:00
parent f18de98545
commit 94ce5e00bc

View File

@ -16,11 +16,11 @@ set -x
if [[ -z $SKIP_BUILD ]]; then
$laconic_so setup-repositories \
--exclude github.com/cerc-io/ipld-eth-server,github.com/cerc-io/tx-spammer \
--exclude github.com/cerc-io/ipld-eth-server,github.com/cerc-io/tx-spammer,github.com/dboreham/foundry \
--branches-file ./test/stack-refs.txt
$laconic_so build-containers \
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer
--exclude cerc/ipld-eth-server,cerc/keycloak,cerc/tx-spammer,cerc/foundry
fi
$laconic_so deploy \