|
@ -17,6 +17,7 @@ jobs: |
|
|
bash microsoft/downloader.sh |
|
|
bash microsoft/downloader.sh |
|
|
bash oracle/downloader.sh |
|
|
bash oracle/downloader.sh |
|
|
bash digitalocean/downloader.sh |
|
|
bash digitalocean/downloader.sh |
|
|
|
|
|
bash bing/downloader.sh |
|
|
|
|
|
|
|
|
- name: Set up Python 3.7 |
|
|
- name: Set up Python 3.7 |
|
|
uses: actions/setup-python@v2 |
|
|
uses: actions/setup-python@v2 |
|
@ -45,12 +46,14 @@ jobs: |
|
|
python utils/merge.py --source=microsoft/ipv4.txt | sort -h > microsoft/ipv4_merged.txt |
|
|
python utils/merge.py --source=microsoft/ipv4.txt | sort -h > microsoft/ipv4_merged.txt |
|
|
python utils/merge.py --source=oracle/ipv4.txt | sort -h > oracle/ipv4_merged.txt |
|
|
python utils/merge.py --source=oracle/ipv4.txt | sort -h > oracle/ipv4_merged.txt |
|
|
python utils/merge.py --source=digitalocean/ipv4.txt | sort -h > digitalocean/ipv4_merged.txt |
|
|
python utils/merge.py --source=digitalocean/ipv4.txt | sort -h > digitalocean/ipv4_merged.txt |
|
|
|
|
|
python utils/merge.py --source=bing/ipv4.txt | sort -h > bing/ipv4_merged.txt |
|
|
# ipv6 |
|
|
# ipv6 |
|
|
python utils/merge.py --source=google/ipv6.txt | sort -h > google/ipv6_merged.txt |
|
|
python utils/merge.py --source=google/ipv6.txt | sort -h > google/ipv6_merged.txt |
|
|
python utils/merge.py --source=amazon/ipv6.txt | sort -h > amazon/ipv6_merged.txt |
|
|
python utils/merge.py --source=amazon/ipv6.txt | sort -h > amazon/ipv6_merged.txt |
|
|
python utils/merge.py --source=microsoft/ipv6.txt | sort -h > microsoft/ipv6_merged.txt |
|
|
python utils/merge.py --source=microsoft/ipv6.txt | sort -h > microsoft/ipv6_merged.txt |
|
|
# oracle not provide ipv6 |
|
|
# oracle not provide ipv6 |
|
|
python utils/merge.py --source=digitalocean/ipv6.txt | sort -h > digitalocean/ipv6_merged.txt |
|
|
python utils/merge.py --source=digitalocean/ipv6.txt | sort -h > digitalocean/ipv6_merged.txt |
|
|
|
|
|
# bing not provide ipv6 |
|
|
|
|
|
|
|
|
- name: Commit files |
|
|
- name: Commit files |
|
|
env: |
|
|
env: |
|
|