Commit 56f73971 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

ci: use correct service name when building integration tests (#737)

parent 20df7459
# build in 2 steps # build in 2 steps
function build_images() { function build_images() {
docker-compose build --parallel -- builder l2geth l1_chain docker-compose build --parallel -- builder l2geth l1_chain
docker-compose build --parallel -- deployer dtl batch_submitter relayer integration_test docker-compose build --parallel -- deployer dtl batch_submitter relayer integration_tests
} }
function build_dependencies() { function build_dependencies() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment