diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-06-02 17:50:18 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-06-02 17:50:18 -0400 |
commit | 0290c2f86c2610e6655e9af351d057611c553754 (patch) | |
tree | 65e4d0bafa62c30f7e8fcb30da24b5decf6cf7fb /roles/openshift_examples/examples-sync.sh | |
parent | 19900c52572861bc1eb8878467f7cbc1692ffe00 (diff) | |
parent | 879d128d19f169cf2e5c44cfb4efcbf08f7088fb (diff) | |
download | openshift-0290c2f86c2610e6655e9af351d057611c553754.tar.gz openshift-0290c2f86c2610e6655e9af351d057611c553754.tar.bz2 openshift-0290c2f86c2610e6655e9af351d057611c553754.tar.xz openshift-0290c2f86c2610e6655e9af351d057611c553754.zip |
Merge pull request #1977 from sdodson/image-stream-sync
XPAAS v1.3.1
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index 7d81ac927..f9d194909 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -5,7 +5,7 @@ # # This script should be run from openshift-ansible/roles/openshift_examples -XPAAS_VERSION=ose-v1.3.0-1 +XPAAS_VERSION=ose-v1.3.1 ORIGIN_VERSION=${1:-v1.2} EXAMPLES_BASE=$(pwd)/files/examples/${ORIGIN_VERSION} find ${EXAMPLES_BASE} -name '*.json' -delete |