Skip to content

Commit

Permalink
change skip
Browse files Browse the repository at this point in the history
  • Loading branch information
gosp committed Jun 4, 2020
1 parent a9b0711 commit 37dc64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
mkdir -p $PWD/.cache

/g11nradar/bin/g11n-radar -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --skip bundlegen/** --locale $*
/g11nradar/bin/g11n-radar -l 3 -p $PWD -c $PWD/.cache -d $PWD/detail.csv -s $PWD/summary.csv rule --nostring --skip /github/workspace/bundlegen/ --locale $*

number=`awk -F',' 'FNR==2 {print $4}' summary.csv`

Expand Down

0 comments on commit 37dc64e

Please sign in to comment.