Update CircleCI.

This commit is contained in:
go-jet 2019-08-16 12:18:02 +02:00
parent 6b143e971b
commit 96cc6d15b5

View file

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