Browse Source

remove console exclusions

Scott Dodson 8 years ago
parent
commit
236fe4eb0c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      roles/openshift_examples/examples-sync.sh

+ 0 - 1
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