Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 9b3b77b

Browse files
committed
Circle CI: Fix docker build for Aleth
The scripts/dopple git submodule must be initiated before the build.
1 parent 0aff018 commit 9b3b77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- checkout
242242
- run:
243243
name: "Update required git submodules"
244-
command: git submodule update --init --recursive evmc cmake/cable
244+
command: git submodule update --init --recursive cmake/cable evmc scripts/dopple
245245
- setup_remote_docker
246246
- run:
247247
name: "Build docker images"

0 commit comments

Comments
 (0)