Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #137 from crobby/master
Browse files Browse the repository at this point in the history
Update to use origin v3.11 for travis-ci
  • Loading branch information
Chad Roberts authored Oct 25, 2018
2 parents fbef515 + 4b2ea5e commit c96203f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
- docker
matrix:
include:
- env: TO_TEST=e2e OPENSHIFT_VERSION=v3.10
- env: TO_TEST=rest OPENSHIFT_VERSION=v3.10
- env: TO_TEST=e2e OPENSHIFT_VERSION=v3.11
- env: TO_TEST=rest OPENSHIFT_VERSION=v3.11
fast_finish: true

before_install:
Expand Down
2 changes: 1 addition & 1 deletion test/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Note: this expects the OPENSHIFT_VERSION env variable to be set.
function download_openshift() {
echo "Downloading oc binary for OPENSHIFT_VERSION=${OPENSHIFT_VERSION}"
sudo docker cp $(docker create docker.io/openshift/origin:$OPENSHIFT_VERSION):/bin/oc /usr/local/bin/oc
sudo docker cp $(docker create quay.io/openshift/origin-cli:$OPENSHIFT_VERSION):/bin/oc /usr/local/bin/oc
oc version
}

Expand Down

0 comments on commit c96203f

Please sign in to comment.