Skip to content

Commit

Permalink
added command to remove previous run generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
t_watts committed Oct 21, 2020
1 parent 47b613a commit 7893f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# table URI in project:dataset.table format
TABLE="<project>:<dataset>.<table>"

# remove previous run data files
rm "$DIR/folders.json" "$DIR/projects.json" "$DIR/owners_nldj.json"

# run the audit files
python3 "$DIR/get_folders.py"
python3 "$DIR/get_projects.py"
Expand Down

0 comments on commit 7893f6a

Please sign in to comment.