Skip to content

Commit

Permalink
wip run cache in git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 12, 2024
1 parent 4026867 commit b824e86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ python make_plots.py || exit 1
echo "LOG: `date '+%Y-%m-%d %H:%M:%S'` - Running make_csv.py"
python make_csv.py || exit 1

echo "LOG: `date '+%Y-%m-%d %H:%M:%S'` - Running speakers kit.py"
echo "LOG: `date '+%Y-%m-%d %H:%M:%S'` - Running speakers_kit.py"
python speakers_kit.py || exit 1

echo "LOG: `date '+%Y-%m-%d %H:%M:%S'` - Running create_caches.py"
rm -r cache
python create_caches.py || exit 1

cd ..

echo "LOG: `date '+%Y-%m-%d %H:%M:%S'` - Make a backup of the old web directory and make new content live"
Expand Down

0 comments on commit b824e86

Please sign in to comment.