Skip to content

Commit

Permalink
Use RELEASE_IMAGE_LATEST for CVO payload
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Oct 3, 2018
1 parent d2b6e13 commit 60007df
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ parameters:
# Ensures the release image is created and tested
- name: TEST_COMMAND
- name: RELEASE_IMAGE_LATEST
required: true

objects:

Expand Down Expand Up @@ -228,6 +229,8 @@ objects:
value: aws
- name: OPENSHIFT_INSTALL_AWS_REGION
value: us-east-1
- name: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE
value: ${RELEASE_IMAGE_LATEST}
command:
- /bin/openshift-install
- --dir=/tmp/artifacts/installer
Expand Down

0 comments on commit 60007df

Please sign in to comment.