Skip to content

Commit

Permalink
Updated makerules 2024-11-14
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-land-bot committed Nov 14, 2024
1 parent 5d8c75d commit ebb640c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions makerules/makerules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,3 @@ commit-makerules::

commit-collection::
@:

save-state::
digital-land save-state --specification-dir=specification --collection-dir=$(COLLECTION_DIR) --pipeline-dir=$(PIPELINE_DIR) --output-path=state.json
aws s3 cp state.json s3://$(COLLECTION_DATASET_BUCKET_NAME)/state.json --no-progress

load-state::
aws s3 cp s3://$(COLLECTION_DATASET_BUCKET_NAME)/state.json state.json --no-progress || echo state.json not found in s3 bucket $(COLLECTION_DATASET_BUCKET_NAME)

0 comments on commit ebb640c

Please sign in to comment.