Update workflow

This commit is contained in:
2024-11-23 20:07:19 +01:00
parent 190456236a
commit f58c0cc407
5 changed files with 40 additions and 4 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
all: build sync_excempt export_dataset export_stats merge_images
all: build clean sync_excempt export_dataset export_stats merge_images
build:
time pip install build
@@ -10,6 +10,10 @@ build:
sync:
time dr.sync
clean:
-@rm -r export
mkdir -p export
sync_excempt:
@echo "Sync is not executed because it's a lengthy process ending with timeout error."