summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/examples-sync.sh
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-27 10:24:10 -0400
committerGitHub <noreply@github.com>2016-08-27 10:24:10 -0400
commitc0cae15a08cb7418e007b8bd426d68f4c20cdac1 (patch)
tree13f525882ad5f3556a77eddc4d551680d44f1f34 /roles/openshift_examples/examples-sync.sh
parent9dfd967f81a3ab02ed5c55586e9746ca697763fa (diff)
parent5b66d9476db6a61d8ad98b3b14301ad7afda5811 (diff)
downloadopenshift-c0cae15a08cb7418e007b8bd426d68f4c20cdac1.tar.gz
openshift-c0cae15a08cb7418e007b8bd426d68f4c20cdac1.tar.bz2
openshift-c0cae15a08cb7418e007b8bd426d68f4c20cdac1.tar.xz
openshift-c0cae15a08cb7418e007b8bd426d68f4c20cdac1.zip
Merge pull request #2371 from sdodson/image-stream-sync
Sync image stream and templates
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-xroles/openshift_examples/examples-sync.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh
index f598cf8f2..1ad0d93a2 100755
--- a/roles/openshift_examples/examples-sync.sh
+++ b/roles/openshift_examples/examples-sync.sh
@@ -9,7 +9,7 @@ XPAAS_VERSION=ose-v1.3.3
ORIGIN_VERSION=${1:-v1.3}
EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION}
find ${EXAMPLES_BASE} -name '*.json' -delete
-find ${EXAMPLES_BASE} -name '*.yaml' -delete
+find ${EXAMPLES_BASE} -name '*.yaml' -delete -exclude registry-console.json
TEMP=`mktemp -d`
pushd $TEMP
@@ -29,7 +29,6 @@ unzip cakephp-ex-master.zip
unzip application-templates-master.zip
cp origin-master/examples/db-templates/* ${EXAMPLES_BASE}/db-templates/
cp origin-master/examples/jenkins/jenkins-*template.json ${EXAMPLES_BASE}/quickstart-templates/
-cp origin-master/examples/jenkins/pipeline/jenkinstemplate.json ${EXAMPLES_BASE}/quickstart-templates/
cp origin-master/examples/image-streams/* ${EXAMPLES_BASE}/image-streams/
cp django-ex-master/openshift/templates/* ${EXAMPLES_BASE}/quickstart-templates/
cp rails-ex-master/openshift/templates/* ${EXAMPLES_BASE}/quickstart-templates/