Explicitly update git submodules

This commit is contained in:
Jez Cope 2016-08-11 13:32:03 +01:00
parent 90eca1cd82
commit ace385b24a
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,14 @@
box: debian
build:
steps:
- install-packages:
packages: git ssh-client
- script:
code: |
cd ..
git submodule update --init --recursive
- arjen/hugo-build:
version: '0.16'
config: config.yaml
disable_pygments: true
deploy:
steps:
@ -14,8 +19,6 @@ deploy:
key-id: $AWS_ACCESS_KEY_ID
key-secret: $AWS_SECRET_ACCESS_KEY
testing:
- install-packages:
packages: git ssh-client
- script:
name: configure git
code: |-