Skip to content

Commit 3a1bb67

Browse files
Update run_create_index_scripts.sh
1 parent f7ee7aa commit 3a1bb67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ResearchAssistant/Deployment/scripts/run_create_index_scripts.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ echo "started the script"
55
baseUrl="$1"
66
keyvaultName="$2"
77
requirementFile="requirements.txt"
8-
requirementFileUrl=${baseUrl}"Deployment/scripts/index_scripts/requirements.txt"
8+
requirementFileUrl=${baseUrl}"ResearchAssistant/Deployment/scripts/index_scripts/requirements.txt"
99

1010
echo "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
1818
curl --output "$requirementFile" "$requirementFileUrl"
@@ -28,4 +28,4 @@ pip install -r requirements.txt
2828

2929
python create_articles_index.py
3030
python create_grants_index.py
31-
python create_drafts_index.py
31+
python create_drafts_index.py

0 commit comments

Comments
 (0)