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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
-run:
|
- run:
|
||||||
name: Submodule init
|
name: Submodule init
|
||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
|
|
@ -128,11 +128,11 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Submodule init
|
name: Submodule init
|
||||||
command: |
|
command: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
cd ./tests/init/data && git fetch && git checkout master
|
cd ./tests/init/data && git fetch && git checkout master
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue