Skip to content

Commit

Permalink
Updated makerules 2024-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-land-bot committed Apr 19, 2024
1 parent 3a7c461 commit dd2be34
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 @@ -103,7 +103,7 @@ define build-dataset =
csvstack $(ISSUE_DIR)$(notdir $(basename $@))/*.csv > $(basename $@)-issue.csv
mkdir -p $(EXPECTATION_DIR)
time digital-land expectations-dataset-checkpoint --output-dir=$(EXPECTATION_DIR) --specification-dir=specification --data-path=$(basename $@).sqlite3
csvstack $(EXPECTATION_DIR)/**/$(notdir $(basename $@))-responses.csv > $(basename $@)-expectation-response.csv
csvstack $(EXPECTATION_DIR)/**/$(notdir $(basename $@))-results.csv > $(basename $@)-expectation-result.csv
csvstack $(EXPECTATION_DIR)/**/$(notdir $(basename $@))-issues.csv > $(basename $@)-expectation-issue.csv
endef

Expand Down

0 comments on commit dd2be34

Please sign in to comment.