diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-08-24 08:13:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 08:13:15 -0400 |
commit | fd31f32f484e922e06cb58d582a6490223fc039b (patch) | |
tree | 1705cd1aad3aa3e3686090b403f81c7e84ef28e1 /roles/openshift_examples/examples-sync.sh | |
parent | b872f49ea3c08be7ba73ba765006e871fc8bd88f (diff) | |
parent | 3566d5cf07459dec226be2b4ec2fabe1d5df790f (diff) | |
download | openshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.gz openshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.bz2 openshift-fd31f32f484e922e06cb58d582a6490223fc039b.tar.xz openshift-fd31f32f484e922e06cb58d582a6490223fc039b.zip |
Merge pull request #5161 from sdodson/image-stream-sync
Sync latest image stream and templates
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 |