Skip to content

Commit

Permalink
replace https by http in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 9, 2024
1 parent 8cfc848 commit 50c5437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Pod
run: |
python manage.py create_pod_index --settings=pod.main.test_settings
curl -XGET "https://elasticsearch.localhost:9200/pod/_search?pretty=true&q=fr"
curl -XGET "http://elasticsearch.localhost:9200/pod/_search?pretty=true&q=fr"
python manage.py makemigrations --settings=pod.main.test_settings
python manage.py migrate --settings=pod.main.test_settings
cd pod
Expand Down

0 comments on commit 50c5437

Please sign in to comment.