diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-03-27 02:18:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-27 04:47:23 +0000 |
commit | eb3292575c4a5ddfffb43b2d3bddee0e5f4991e9 (patch) | |
tree | d7d5ee5c5929e0894d8a2905750154ed36d4b07b /docs/submodules/yardstick | |
parent | 7c2d2f25db7af1fefd710fad6ab3a39b368db911 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'stable/danube'
- pathspec 'master' did not match any file(s) known to git
JIRA: YARDSTICK-605
On stable branch, exec_tests.sh will also try to git checkout master
branch, which cause error "pathspec 'master' did not match any file(s)
known to git." This is a remianing bug from the previous release.
see at:
https://build.opnfv.org/ci/view/yardstick/job/yardstick-apex-lf-pod1-daily-danube/62/console
This error occur in line 48.
But the reason is 'set -e'
If we set 'set -e':
'git checkout master && git pull' return 1 but it will go on executing;
but 'git checkout master' will return 1 and terminate immediately.
If we do not set, it will return 1 but will terminate immediately.
Actually we not need 'git checkout master' here because it is already in
stable/danube branch.
So I remove it.
Change-Id: I106a1da28cf2deee90ebcb25adaf638a210928ee
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'docs/submodules/yardstick')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject a900273be090491ce71f9e78ac456c49093e3f7 +Subproject 53cae3915f9b49ada2095f3bd43c34d14c09e38 |