diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-04-30 10:57:51 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-04-30 10:57:51 -0700 |
commit | 7e8354540b4c6e6b9b97a1fa3121a48dfa394aae (patch) | |
tree | 16c102448e09ba0580971d36c32b2fc709e21327 /deployment/heat/onap-rke/rancher_vm_entrypoint.sh | |
parent | a35c65e4e8d331691b484869570a6e661687d0c1 (diff) |
Commit docker version overrides in oom submodules
Change-Id: I471f1735a4a9f826967f8c88d49d9b4fdeb2aa6d
Issue-ID: INT-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-rke/rancher_vm_entrypoint.sh')
-rw-r--r-- | deployment/heat/onap-rke/rancher_vm_entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh index 342f99c75..65c16dace 100644 --- a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh @@ -162,6 +162,7 @@ fi cd ~/oom git diff +git submodule foreach --recursive 'git commit -a -m "apply manifest versions" || :' git commit -a -m "apply manifest versions" cd ~/oom |