diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-30 14:28:14 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-07-03 21:26:52 -0400 |
commit | fd94c3f953fa00441a980cf3ae460bc3fb414cd4 (patch) | |
tree | 60c4968939c2e13ae1aa6c6fe5e8f0f3d651261c /roles/openshift_examples/examples-sync.sh | |
parent | 908b43cea688ac1a8493ed2729a963ff5119196c (diff) | |
download | openshift-fd94c3f953fa00441a980cf3ae460bc3fb414cd4.tar.gz openshift-fd94c3f953fa00441a980cf3ae460bc3fb414cd4.tar.bz2 openshift-fd94c3f953fa00441a980cf3ae460bc3fb414cd4.tar.xz openshift-fd94c3f953fa00441a980cf3ae460bc3fb414cd4.zip |
Change the examples content sync directory
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 24c18f2b8..7b4a8440e 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.3.1 -ORIGIN_VERSION=${1:-v1.2} +ORIGIN_VERSION=${1:-v1.3} EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} find ${EXAMPLES_BASE} -name '*.json' -delete find ${EXAMPLES_BASE} -name '*.yaml' -delete |