Skip to content

Commit

Permalink
fix ci exlude patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 28, 2015
1 parent 100f223 commit 3ecc14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export TIMEOUT_SCALE_FACTOR=10
export SELF_TEST_EXCLUDE="less"
export TEST_PACKAGES_EXCLUDE="^autoupdate|^can't publish package with colons|^old cli tests|^create$|lint package on \`meteor publish\`|^logs - logged out|^mongo - logged out|^minifiers can't register non-js|^minifiers: apps can't use|^package skeleton|^springboard|^writing versions file|^unknown release|^update during run|^source maps|^wipe all packages"
export TEST_PACKAGES_EXCLUDE="less"
export SELF_TEST_EXCLUDE="^can't publish package with colons|^old cli tests|^logs - logged out|^mongo - logged out|^minifiers can't register non-js|^minifiers: apps can't use"

# run different jobs based on CicleCI parallel container index
case $CIRCLE_NODE_INDEX in
Expand Down

0 comments on commit 3ecc14e

Please sign in to comment.