diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-27 10:24:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 10:24:10 -0400 |
commit | c0cae15a08cb7418e007b8bd426d68f4c20cdac1 (patch) | |
tree | 13f525882ad5f3556a77eddc4d551680d44f1f34 /roles/openshift_examples/examples-sync.sh | |
parent | 9dfd967f81a3ab02ed5c55586e9746ca697763fa (diff) | |
parent | 5b66d9476db6a61d8ad98b3b14301ad7afda5811 (diff) | |
download | openshift-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-x | roles/openshift_examples/examples-sync.sh | 3 |
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/ |