Skip to content

Commit

Permalink
Change travis to use openshift 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus committed Sep 8, 2020
1 parent c4d9ec0 commit f43e5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
- ./.travis.before.install.sh

env:
global: OPENSHIFT_VERSION="v3.10"
global: OPENSHIFT_VERSION="v3.11"

jobs:
include:
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:$OPENSHIFT_VERSION):/bin/oc /usr/local/bin/oc
oc version
}

Expand Down

0 comments on commit f43e5b5

Please sign in to comment.