diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-08-22 10:48:18 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-08-22 10:52:40 -0400 |
commit | be4ec633f0c417e7105cc7eeef96f7df041817e3 (patch) | |
tree | ba052cd7afcea0eee14a3ff20bfb4d89f03c2d44 /roles/openshift_examples/examples-sync.sh | |
parent | a1fbbfc159b63db8d8ccfc2ae7db63f6076b4665 (diff) | |
download | openshift-be4ec633f0c417e7105cc7eeef96f7df041817e3.tar.gz openshift-be4ec633f0c417e7105cc7eeef96f7df041817e3.tar.bz2 openshift-be4ec633f0c417e7105cc7eeef96f7df041817e3.tar.xz openshift-be4ec633f0c417e7105cc7eeef96f7df041817e3.zip |
Add dotnet 2.0 to v3.7
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 3a8ce55c4..ca3f219d8 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -40,5 +40,6 @@ popd wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/dotnet_imagestreams.json -O ${EXAMPLES_BASE}/image-streams/dotnet_imagestreams.json wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-example.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-example.json wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-pgsql-persistent.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-pgsql-persistent.json +wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/templates/dotnet-runtime-example.json -O ${EXAMPLES_BASE}/quickstart-templates/dotnet-runtime-example.json git diff files/examples |