Skip to content

Commit

Permalink
remove deprecated command for rebuilding experiment in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RabiaSajjad authored Oct 5, 2023
1 parent d2832e5 commit 6ea2643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/pd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ upload-experiment: $(workdir)/filtered/experiment.csv $(workdir)/experiment.csv

.PHONY: rebuild-experiment
rebuild-experiment: $(workdir)/filtered/experiment.csv $(workdir)/experiment.csv
$(ogc_search)/load_ei_to_solr.py "$(workdir)/filtered/experiment.csv"
@$(oc_search) import_data_csv --csv "$(workdir)/filtered/experiment.csv" --search experiment --quiet

$(workdir)/experiment.csv:
Expand Down

0 comments on commit 6ea2643

Please sign in to comment.