diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-26 11:14:32 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-26 11:14:32 -0400 |
commit | fa3411adb3458cf225ab60314c6e8c99678d0da1 (patch) | |
tree | f7daa250c1a6b2c39eb240bba8816589e53ccc79 /roles/openshift_examples/examples-sync.sh | |
parent | 13e8164b651edf999f6a837463eb72e8ed051c3d (diff) | |
parent | cedda16ad0619772ee48af367b999d207cf45b51 (diff) | |
download | openshift-fa3411adb3458cf225ab60314c6e8c99678d0da1.tar.gz openshift-fa3411adb3458cf225ab60314c6e8c99678d0da1.tar.bz2 openshift-fa3411adb3458cf225ab60314c6e8c99678d0da1.tar.xz openshift-fa3411adb3458cf225ab60314c6e8c99678d0da1.zip |
Merge pull request #498 from sdodson/bz1248376
Update latest openshift examples
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index 12d3bc263..3047a3add 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -24,6 +24,7 @@ unzip dancer-ex-master.zip 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/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/ |