File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
ResearchAssistant/Deployment/scripts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ echo "started the script"
55baseUrl=" $1 "
66keyvaultName=" $2 "
77requirementFile=" requirements.txt"
8- requirementFileUrl=${baseUrl} " Deployment/scripts/index_scripts/requirements.txt"
8+ requirementFileUrl=${baseUrl} " ResearchAssistant/ Deployment/scripts/index_scripts/requirements.txt"
99
1010echo " Download Started"
1111
1212# Download the create_index python files
13- curl --output " create_articles_index.py" ${baseUrl} " Deployment/scripts/index_scripts/create_articles_index.py"
14- curl --output " create_grants_index.py" ${baseUrl} " Deployment/scripts/index_scripts/create_grants_index.py"
15- curl --output " create_drafts_index.py" ${baseUrl} " Deployment/scripts/index_scripts/create_drafts_index.py"
13+ curl --output " create_articles_index.py" ${baseUrl} " ResearchAssistant/ Deployment/scripts/index_scripts/create_articles_index.py"
14+ curl --output " create_grants_index.py" ${baseUrl} " ResearchAssistant/ Deployment/scripts/index_scripts/create_grants_index.py"
15+ curl --output " create_drafts_index.py" ${baseUrl} " ResearchAssistant/ Deployment/scripts/index_scripts/create_drafts_index.py"
1616
1717# Download the requirement file
1818curl --output " $requirementFile " " $requirementFileUrl "
@@ -28,4 +28,4 @@ pip install -r requirements.txt
2828
2929python create_articles_index.py
3030python create_grants_index.py
31- python create_drafts_index.py
31+ python create_drafts_index.py
You can’t perform that action at this time.
0 commit comments