Remove the set -x to prevent clutter in logs.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ameer Hamza Khan
2025-07-27 16:01:12 +00:00
parent 7a86a6306c
commit 8dd84546a7

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -x
# Gracefully update package lists if network is available # Gracefully update package lists if network is available
echo "Checking network connectivity..." echo "Checking network connectivity..."