setup stuff

java_console
Adam Veldhousen 2019-01-30 23:05:05 -06:00
parent 816959b6e0
commit 02e0c36f95
1 changed files with 4 additions and 1 deletions

View File

@ -12,9 +12,10 @@ blocks:
- name: APP_ENV
value: prod
jobs:
- name: Docker build
- name: build
commands:
- checkout
- make setup
- make dev
- name: "Vet"
@ -23,9 +24,11 @@ blocks:
- name: Test
commands:
- checkout
- make setup
- echo "make test"
- name: Lint code
commands:
- checkout
- make setup
- echo "make lint"