Validate configuration.

This commit is contained in:
Abhilash Raj
2017-11-05 20:10:08 -08:00
committed by Abhilash Raj
parent 2c1552cc24
commit 81c57adf90

View File

@@ -12,15 +12,12 @@ defaults: &defaults
- run:
name: Install Docker Compose
command: sudo pip install docker-compose
- run:
name: Building Container Images
command: ./build.sh
- run:
name: Generate Tests
command: bash tests/generate_tests.sh
- run:
environment:
DB: postgres
@@ -32,7 +29,6 @@ defaults: &defaults
DB: mysql
name: MySQL Test
command: bash tests/test.sh
- deploy:
environment:
REGISTRY: QUAY
@@ -40,6 +36,7 @@ defaults: &defaults
if [ "${CIRCLE_BRANCH}" == "master" ]; then
bash .travis/deploy.sh
fi
jobs:
build:
<<: *defaults
@@ -62,6 +59,5 @@ workflows:
filters:
branches:
only: master
jobs:
- dev