Skip to content

Commit f18e7c8

Browse files
Updated makerules 2025-03-07
1 parent 4497af0 commit f18e7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makerules/pipeline.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ clean::
274274
rm -f $(PIPELINE_CONFIG_FILES)
275275

276276
state.json:
277-
digital-land save-state --specification-dir=specification --collection-dir=$(COLLECTION_DIR) --pipeline-dir=$(PIPELINE_DIR) --output-path=state.json
277+
digital-land save-state --specification-dir=specification --collection-dir=$(COLLECTION_DIR) --pipeline-dir=$(PIPELINE_DIR) --resource-dir=$(COLLECTION_DIR)resource/ --incremental-override=$(INCREMENTAL_LOADING_OVERRIDE) --output-path=state.json
278278

279279
save-state:: state.json
280280
aws s3 cp state.json s3://$(COLLECTION_DATASET_BUCKET_NAME)/$(REPOSITORY)/state.json --no-progress

0 commit comments

Comments
 (0)