collect unit test results for shippable

Signed-off-by: Jake McDermott <jmcdermott@ansible.com>
This commit is contained in:
Jake McDermott
2017-11-02 01:03:00 -04:00
parent 93f35b037d
commit 77e11fe8fe
5 changed files with 48 additions and 14 deletions

View File

@@ -83,7 +83,9 @@ I18N_FLAG_FILE = .i18n_built
clean-ui:
rm -rf awx/ui/static/
rm -rf awx/ui/node_modules/
rm -rf awx/ui/coverage/
rm -rf awx/ui/test/unit/reports/
rm -rf awx/ui/test/spec/reports/
rm -rf awx/ui/test/e2e/reports/
rm -rf awx/ui/client/languages/
rm -f $(UI_DEPS_FLAG_FILE)
rm -f $(UI_RELEASE_FLAG_FILE)