Update image building CI to do full deploy

Change-Id: I1f6e92ad4e1ef8515f7d4e11e81be98f1b81e497
This commit is contained in:
John Trowbridge 2016-11-16 14:38:48 -05:00
parent 5b6370031d
commit 01a05ac20c
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ bash quickstart.sh \
--extra-vars artib_delorean_hash=$delorean_current_hash \
--extra-vars publish=$PUBLISH \
--extra-vars artib_image_stage_location="$REL_TYPE" \
--bootstrap \
--requirements quickstart-extras-requirements.txt \
--no-clone \
--release ${CI_ENV:+$CI_ENV/}$RELEASE \
$VIRTHOST

View File

@ -1,3 +1,3 @@
---
- include: build-images.yml
- include: quickstart.yml
- include: quickstart-extras.yml