diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-30 11:18:06 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-06-30 11:18:06 -0400 |
commit | 1b81e5432b77218230bfeb6152dadd0ff0933d2f (patch) | |
tree | 4f5775cc91922ee1d71fed2045b8a7c6933b9cd9 /roles/openshift_examples/examples-sync.sh | |
parent | ca089c724a7a44efa6abb88313a461f9f7cda122 (diff) | |
download | openshift-1b81e5432b77218230bfeb6152dadd0ff0933d2f.tar.gz openshift-1b81e5432b77218230bfeb6152dadd0ff0933d2f.tar.bz2 openshift-1b81e5432b77218230bfeb6152dadd0ff0933d2f.tar.xz openshift-1b81e5432b77218230bfeb6152dadd0ff0933d2f.zip |
Bump xPaas v1.4.0 for v3.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 f3f270c40..da9ecc41d 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.3.6 +XPAAS_VERSION=ose-v1.4.0 ORIGIN_VERSION=${1:-v3.6} RHAMP_TAG=2.0.0.GA EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} |