summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-11-02 04:19:22 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-11-02 04:19:22 -0700
commitfefba5cbaca12a4402ce908c19446b818dc71ccb (patch)
tree50217fca64be4ccdcbe3871df72f34ebddc121f2
parent3125ffcc6e00745f69633893bdd5949c40d859ab (diff)
downloadnavit-aerostitch/925.tar.gz
Revert the testing part. Now ready for mergeaerostitch/925
-rwxr-xr-xscripts/check_need_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_need_build.sh b/scripts/check_need_build.sh
index c02a969ee..124722e9a 100755
--- a/scripts/check_need_build.sh
+++ b/scripts/check_need_build.sh
@@ -18,7 +18,7 @@ if [[ -z "$file_list" ]]; then
fi
# This block filters out those don't match the pattern we use to exclude files that should not trigger a build.
-declare -a filters=('^docs/.*' '.*\.md$' '.*\.rst$' '.*') # WARNING! '.*' is here only for testing if the circleci command works. It should be removed before merge!
+declare -a filters=('^docs/.*' '.*\.md$' '.*\.rst$')
for f in ${file_list[@]}; do
for filter in "${filters[@]}" ; do
echo "checking $f with filter $filter"