Skip to content

Commit

Permalink
try removing file to fit in gha size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 2, 2024
1 parent 0b26665 commit f7a57fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ data/FWA_STREAM_NETWORKS_SP.gdb.zip: .make/db
$$wsg ; \
set -e ; $(PSQL) -f load/spatial_chunked/fwa_stream_networks_sp.sql -v wsg=$$wsg ; \
done

# remove file
rm -rf data/FWA_STREAM_NETWORKS_SP.gdb.zip
$(PSQL) -c "drop table fwapg.fwa_stream_networks_sp"
$(PSQL) -c "vacuum analyze whse_basemapping.fwa_stream_networks_sp"
# apply data fixes
Expand Down

0 comments on commit f7a57fc

Please sign in to comment.