Skip to content

Commit

Permalink
Update build-run-validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Jan 25, 2025
1 parent b8c6f26 commit 559e0e2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-run-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,6 @@ jobs:
exit 1
fi
- name: Retrieve and Initialize IP and DNS Blacklists
run: |
cd caddy-waf
echo "Running get_blacklisted_ip.py..."
python3 get_blacklisted_ip.py
if [ $? -ne 0 ]; then
echo "Failed to retrieve or initialize IP blacklist"
exit 1
fi
echo "IP blacklist retrieved and initialized successfully."
echo "Running get_blacklisted_dns.py..."
python3 get_blacklisted_dns.py
if [ $? -ne 0 ]; then
echo "Failed to retrieve or initialize DNS blacklist"
exit 1
fi
echo "DNS blacklist retrieved and initialized successfully."
- name: Create Dynamic Files
run: |
cd caddy-waf
Expand Down

0 comments on commit 559e0e2

Please sign in to comment.