diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-07 11:23:50 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-07-07 11:23:50 -0400 |
commit | 780e198bd437b1edc4cb63d5157c24de09b0e05b (patch) | |
tree | 146323cdfaba8dbb1d2195e400df9c68a1f6358c /roles/openshift_examples/examples-sync.sh | |
parent | 5f49d32bb1c469639802a230c3f3364823a611ae (diff) | |
download | openshift-780e198bd437b1edc4cb63d5157c24de09b0e05b.tar.gz openshift-780e198bd437b1edc4cb63d5157c24de09b0e05b.tar.bz2 openshift-780e198bd437b1edc4cb63d5157c24de09b0e05b.tar.xz openshift-780e198bd437b1edc4cb63d5157c24de09b0e05b.zip |
xPaaS 1.4.1 for 3.6
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index da9ecc41d..e8d687877 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -5,7 +5,7 @@ # # This script should be run from openshift-ansible/roles/openshift_examples -XPAAS_VERSION=ose-v1.4.0 +XPAAS_VERSION=ose-v1.4.1 ORIGIN_VERSION=${1:-v3.6} RHAMP_TAG=2.0.0.GA EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} |