Update CircleCI.
This commit is contained in:
parent
76b861fb2a
commit
ad25494d89
1 changed files with 15 additions and 0 deletions
|
|
@ -30,6 +30,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
-run:
|
||||||
|
name: Submodule init
|
||||||
|
command: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
cd ./tests/init/data && git fetch && git checkout master
|
||||||
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -119,6 +127,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
-run:
|
||||||
|
name: Submodule init
|
||||||
|
command: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
cd ./tests/init/data && git fetch && git checkout master
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue