don't run ipld-eth-server in tests
This commit is contained in:
parent
a931f0eeb1
commit
9c754d2a9b
@ -21,11 +21,14 @@ if [[ -z $SKIP_BUILD ]]; then
|
|||||||
# Prevent conflicting tty output
|
# Prevent conflicting tty output
|
||||||
export BUILDKIT_PROGRESS=plain
|
export BUILDKIT_PROGRESS=plain
|
||||||
|
|
||||||
$laconic_so setup-repositories
|
$laconic_so setup-repositories \
|
||||||
$laconic_so build-containers
|
--exclude git.vdb.to/cerc-io/ipld-eth-server
|
||||||
|
$laconic_so build-containers \
|
||||||
|
--exclude cerc/ipld-eth-server
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $laconic_so deploy \
|
if ! $laconic_so deploy \
|
||||||
|
--exclude ipld-eth-server \
|
||||||
--env-file $CONFIG_DIR/stack.env \
|
--env-file $CONFIG_DIR/stack.env \
|
||||||
--cluster test up
|
--cluster test up
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user