Skip to content

Commit

Permalink
remove script from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Dec 24, 2024
1 parent 0f4fc30 commit 6099707
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/records.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
run: pip install -r requirements.txt
- name: Run
run: |
bash downloader/worldrecords-senior.sh
bash downloader/arearecords-senior.sh
bash downloader/nationalrecords-senior.sh
bash downloader/worldrecords-u20.sh
git config user.name Github Action
git config user.email [email protected]
git add records/*
Expand Down
1 change: 0 additions & 1 deletion downloader/arearecords-senior.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
exit 0
python worldathletics-records.py --type AR --output tmp/arearecords/senior/africa.csv --category african-records
python worldathletics-records.py --type AR --output tmp/arearecords/senior/asia.csv --category asian-records
python worldathletics-records.py --type AR --output tmp/arearecords/senior/europe.csv --category european-records
Expand Down
1 change: 0 additions & 1 deletion downloader/worldrecords-senior.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
exit 0
python worldathletics-records.py --type WR --output tmp/worldrecords/senior.csv --category world-records
python cleanup.py --input tmp/worldrecords/senior.csv
python taf.py --input tmp/worldrecords/senior.csv --output records/world.csv --mapping worldathletics_records --ageGroup senior
1 change: 0 additions & 1 deletion downloader/worldrecords-u20.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
exit 0
python worldathletics-records.py --type WRU20 --output tmp/u20worldrecords.csv --category world-u20-records
python cleanup.py --input tmp/u20worldrecords.csv
python taf.py --input tmp/u20worldrecords.csv --output records/world-u20.csv --mapping worldathletics_records --ageGroup JU20

0 comments on commit 6099707

Please sign in to comment.