Skip to content
Snippets Groups Projects
Commit 8af78ff6 authored by Pierre Dittgen's avatar Pierre Dittgen
Browse files

Fix ci

parent 094e263a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ job:
cd ${PROVIDER_SLUG}-source-data
time find -not -path "./.git/*" -not -name ".git" -delete
cd ..
time python3 --log info download.py ${PROVIDER_SLUG}-source-data
time python3 download.py --log info ${PROVIDER_SLUG}-source-data
cd ${PROVIDER_SLUG}-source-data
time git add -A
time git commit -m "New download" --quiet || true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment