Clean up config.yaml

This commit is contained in:
Jez Cope 2016-09-27 20:32:35 +01:00
parent bc4ac87e63
commit 950173174c
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
box: jezcope/hugo:latest
build:
steps:
# - install-packages:
# packages: git ssh-client
- script:
code: |
git submodule update --init --recursive
@ -18,8 +16,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: |-