diff options
-rwxr-xr-x | gitlab-ci/clientdata.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ci/clientdata.sh b/gitlab-ci/clientdata.sh index 8ed9dac..e236cfc 100755 --- a/gitlab-ci/clientdata.sh +++ b/gitlab-ci/clientdata.sh @@ -24,6 +24,14 @@ if [[ -n "${RES}" ]]; then exit 1 fi +./testxml.py silent >../../clientdata/.shared/error.log +if [ "$?" != 0 ]; then + echo "test xml error" + exit 2 +fi + +echo >../../clientdata/.shared/error.log + cd ../update ./createnew.sh ./create_music.sh |