Jelajahi Sumber

remove console exclusions

Scott Dodson 8 tahun lalu
induk
melakukan
236fe4eb0c
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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