Skip to content

Commit

Permalink
task to generate the CSV for duplicated descriptions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz committed Jan 15, 2019
1 parent 1edc3b1 commit 67f4895
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ help:
@echo "\nmake clean-pyc"
@echo " clean all Python compiled bytecode files."

all: prepare-files prepare-files install-pyrequirements clean-pyc
all: prepare-files prepare-files prepare-duplicatedcsv install-pyrequirements clean-pyc
@echo "\nCanaryBot has been prepared and configured."

prepare-files:
Expand All @@ -29,6 +29,9 @@ prepare-files:
@echo "\nDownloading CSV to HTML Table in the correct locationt (${CSVTOHTMLTABLE})."
curl -o ${JS}/${CSVTOHTMLTABLE} https://raw.githubusercontent.com/derekeder/csv-to-html-table/master/js/csv_to_html_table.js

prepare-duplicatedcsv:
@echo "\nWritting a CSV with the header 'id' and 'duplicated'"
echo "id, sentence" >> duplicatedFullStopsDesc.csv

install-pyrequirements:
@echo "\nInstalling all Python requirements from requirements.txt."
Expand Down

0 comments on commit 67f4895

Please sign in to comment.