Explorar o código

remove console exclusions

Scott Dodson %!s(int64=8) %!d(string=hai) anos
pai
achega
236fe4eb0c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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