Not to exclude hidden file when creating archive (#1458)

Some of configs are hidden files like .babelrc, we should not ignore them.
This commit is contained in:
Ta-Ching Chen
2019-12-05 01:54:05 +08:00
committed by GitHub
parent 83bc5508ee
commit eb1f971d52
3 changed files with 3 additions and 77 deletions
-1
View File
@@ -532,7 +532,6 @@ run_all_tests() {
$ROOT/test/tests/test_router_cache_invalidation.sh \
$ROOT/test/tests/test_specs/test_spec.sh \
$ROOT/test/tests/test_specs/test_spec_multifile.sh \
$ROOT/test/tests/test_specs/test_ignore_hidden_file.sh \
$ROOT/test/tests/test_specs/test_spec_merge/test_spec_merge.sh \
$ROOT/test/tests/test_specs/test_spec_archive/test_spec_archive.sh \
$ROOT/test/tests/test_environments/test_tensorflow_serving_env.sh \