From dda9776d01aa9d3aeb891cd719689bbdd9c2d388 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Wed, 5 Oct 2016 16:17:28 -0400 Subject: Add v1.4 content --- roles/openshift_examples/examples-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_examples/examples-sync.sh') diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index 48da98017..b176ce440 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.3 -ORIGIN_VERSION=${1:-v1.3} +ORIGIN_VERSION=${1:-v1.4} EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} find ${EXAMPLES_BASE} -name '*.json' -delete find ${EXAMPLES_BASE} -name '*.yaml' -delete -exclude registry-console.json -- cgit v1.2.1