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