use external script to set row filters in travis

This commit is contained in:
Jay Lee
2019-05-10 10:20:39 -04:00
parent 43b17cce0e
commit 985db74216
2 changed files with 2 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ script:
- $gam calendar $newuser add editor $gam_user
- $gam calendar $newuser showacl
- $gam printer register
- export GAM_CSV_ROW_FILTER="{\"type\"\: \"regex:^GOOGLE\"}"
- source travis/set_printer_csv_filter.sh
- $gam print printers > printers.csv
- unset GAM_CSV_ROW_FILTER
- $gam csv printers.csv gam printer ~id add USER $newgroup

View File

@@ -0,0 +1 @@
export GAM_CSV_ROW_FILTER='{"type": "regex:^GOOGLE"}'