diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-02 13:48:00 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-03 14:28:03 -0500 |
commit | 66be4ff3ae224632b0fc98b3ef5d616dd3e45c12 (patch) | |
tree | 266197716b8429b111d1840e8cf1b9f97ca64559 /roles/openshift_examples/examples-sync.sh | |
parent | 78068f9d8f5d70e702d19f7bd023a5e7d2194950 (diff) | |
download | openshift-66be4ff3ae224632b0fc98b3ef5d616dd3e45c12.tar.gz openshift-66be4ff3ae224632b0fc98b3ef5d616dd3e45c12.tar.bz2 openshift-66be4ff3ae224632b0fc98b3ef5d616dd3e45c12.tar.xz openshift-66be4ff3ae224632b0fc98b3ef5d616dd3e45c12.zip |
Adding templates for v1.2
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 01ce6d819..22cef303b 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -6,7 +6,7 @@ # This script should be run from openshift-ansible/roles/openshift_examples XPAAS_VERSION=ose-v1.2.0-1 -ORIGIN_VERSION=v1.1 +ORIGIN_VERSION=v1.2 EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} find ${EXAMPLES_BASE} -name '*.json' -delete find ${EXAMPLES_BASE} -name '*.yaml' -delete |