Skip to content

Commit

Permalink
Updated makerules 2024-07-24
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-land-bot committed Jul 24, 2024
1 parent b06a1a4 commit d1a28f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerules/pipeline.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ save-dataset::
ifeq ($(HOISTED_COLLECTION_DATASET_BUCKET_NAME),digital-land-$(ENVIRONMENT)-collection-dataset-hoisted)
aws s3 sync $(FLATTENED_DIR) s3://$(HOISTED_COLLECTION_DATASET_BUCKET_NAME)/data/ --no-progress
else
aws s3 sync $(FLATTENED_DIR) s3://$(HOISTED_COLLECTION_DATASET_BUCKET_NAME)/dataset/ --no-progress
aws s3 sync $(FLATTENED_DIR) s3://$(HOISTED_COLLECTION_DATASET_BUCKET_NAME)/dataset/ --no-progress --content-disposition attachment
endif

save-expectations::
Expand Down

0 comments on commit d1a28f7

Please sign in to comment.