grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
tasks:
import:
type: docker/import
files: .
build-left:
type: docker/build
dockerfile: Dockerfile
target: multi-stage-left
tags: multi-stage-left
build-right:
type: docker/build
dockerfile: Dockerfile
target: multi-stage-right
tags: multi-stage-right
run-left:
type: docker/run
image: multi-stage-left
run-right:
type: docker/run
image: multi-stage-right
cleanup:
type: docker/remove
images:
- multi-stage-left
- multi-stage-right
plans:
default:
stages:
- name: import
tasks: import
- name: build
tasks:
- build-left
- build-right
concurrent: true
- name: test
tasks:
- run-left
- run-right
concurrent: true
- name: cleanup
tasks: cleanup