diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-04 08:41:52 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-11-04 08:41:52 -0400 |
commit | 236fe4eb0cc2be81dce37b4655292af6e8101d62 (patch) | |
tree | e07145263af03b673647762e25a8a095af491132 /roles | |
parent | 99c9c1428445ae1f79dc4b7f8c49e32236534ee8 (diff) | |
download | openshift-236fe4eb0cc2be81dce37b4655292af6e8101d62.tar.gz openshift-236fe4eb0cc2be81dce37b4655292af6e8101d62.tar.bz2 openshift-236fe4eb0cc2be81dce37b4655292af6e8101d62.tar.xz openshift-236fe4eb0cc2be81dce37b4655292af6e8101d62.zip |
remove console exclusions
Diffstat (limited to 'roles')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index 50ccfec58..d8c45dbc6 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -9,7 +9,6 @@ XPAAS_VERSION=ose-v1.3.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 TEMP=`mktemp -d` pushd $TEMP |