Add more debug info if pipeline failed

This commit is contained in:
Lord_Alfred
2023-03-08 23:27:53 +03:00
parent 3357a533e6
commit 4877925845
+2
View File
@@ -15,6 +15,7 @@ jobs:
- name: Download IPs
run: |
set -x
bash google/downloader.sh
bash amazon/downloader.sh
bash microsoft/downloader.sh
@@ -52,6 +53,7 @@ jobs:
- name: Merge Ranges
run: |
set -euo pipefail
set -x
# ipv4
python utils/merge.py --source=google/ipv4.txt | sort -h > google/ipv4_merged.txt
python utils/merge.py --source=amazon/ipv4.txt | sort -h > amazon/ipv4_merged.txt