CircleCI docker
This commit is contained in:
parent
19e15743e4
commit
bbe47904b0
1 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
- setup_remote_docker
|
- setup_remote_docker:
|
||||||
|
version: 19.03.12
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: .circleci/script/docker
|
command: .circleci/script/docker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue