Skip to content

Commit

Permalink
Merge pull request #1793 from smarterclayton/switch_cvo
Browse files Browse the repository at this point in the history
Use RELEASE_IMAGE_LATEST for CVO payload
  • Loading branch information
openshift-merge-robot committed Oct 3, 2018
2 parents 463efb4 + 60007df commit e66f98b
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 e66f98b

Please sign in to comment.