Ensure git & ssh installed on wercker

This commit is contained in:
Jez Cope 2016-08-11 13:17:33 +01:00
parent e30b096f30
commit 2521b63931
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ 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: |-