Circle-ci needs to gen keys to test build

This commit is contained in:
Jeff Alyanak 2019-05-21 10:16:37 -04:00
parent f25e906923
commit 7e135f3122
No known key found for this signature in database
GPG Key ID: DD0CB89C105B276F

View File

@ -10,6 +10,9 @@ jobs:
command: date
- setup_remote_docker
- run: { name: 'Get docker', command: 'curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh' }
- run:
name: Generate Keys
command: ./.keys/generate-keys.sh
- run:
name: Build script
command: ./build.sh