Skip to content

Commit

Permalink
Ensure rva/ exists on dist
Browse files Browse the repository at this point in the history
  • Loading branch information
José Benavente committed Mar 26, 2022
1 parent d39930a commit c87b25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ readonly DIST=/home/deploy/distribute

bundle exec rake

mkdir -p $DIST/rva
[ -e $DIST/rva/rva_cars.zip ] && rm -r $DIST/rva/rva_cars.zip
[ -e $DIST/rva/rva_tracks.zip ] && rm -r $DIST/rva/rva_tracks.zip
[ -e $DIST/rva/packages.json ] && rm $DIST/packages.json
Expand Down

0 comments on commit c87b25f

Please sign in to comment.