aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-09-02 10:43:11 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-09-02 10:43:16 -0700
commit71f553f88872def0f0035019569a1f6ddb639159 (patch)
treec6733ab515c7e3bf651d52b99f0c22f50535e621 /wercker.yml
parent01c205b252a17606e0ff28c05c71bc00d73c7c81 (diff)
downloadcheckstyle-71f553f88872def0f0035019569a1f6ddb639159.tar.gz
Issue #2600: extend list of skip files for all CI expect Travis
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wercker.yml b/wercker.yml
index 1fb276995..e7ce4cce4 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -28,7 +28,7 @@ build:
- script:
name: Build Checkstyle
code: |
- SKIP_FILES="appveyor.yml|circle.yml|distelli-manifest.yml|.travis.yml|shippable.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr|intellij-idea-inspections.xml"
+ SKIP_FILES="appveyor.yml|circle.yml|distelli-manifest.yml|.travis.yml|shippable.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr|intellij-idea-inspections.xml|org.eclipse.jdt.core.prefs"
export SKIP_CI=$(if [[ $(git diff --name-only HEAD HEAD~1 | grep -vE "$SKIP_FILES" | cat | wc -c) > 0 ]]; then echo false; else echo true; fi;)
echo "SKIP_CI="$SKIP_CI
if [[ $SKIP_CI == 'false' ]]; then