Update CircleCI.
This commit is contained in:
parent
6b143e971b
commit
96cc6d15b5
1 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
-run:
|
||||
- run:
|
||||
name: Submodule init
|
||||
command: |
|
||||
git submodule init
|
||||
|
|
@ -128,11 +128,11 @@ jobs:
|
|||
- checkout
|
||||
|
||||
- run:
|
||||
name: Submodule init
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ./tests/init/data && git fetch && git checkout master
|
||||
name: Submodule init
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ./tests/init/data && git fetch && git checkout master
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue