Update build branches

This commit is contained in:
Arsenii Petrovich 2019-06-07 21:25:04 +03:00
parent 30c6cb03bf
commit d4bbec2094
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
version: 2
jobs:
validate:
branches:
only:
- Packer-AMIBuilder
docker:
- image: hashicorp/packer:latest
working_directory: ~/packer
@ -10,6 +13,9 @@ jobs:
name: Validate base
command: packer validate ./base/base.json
build-base:
branches:
only:
- Packer-AMIBuilder
docker:
- image: hashicorp/packer:latest
working_directory: ~/packer