Update CircleCI.

This commit is contained in:
go-jet 2019-08-16 12:16:12 +02:00
parent 76b861fb2a
commit ad25494d89

View file

@ -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: |