shadow-robot / aurora

Next generation tools
GNU General Public License v2.0
9 stars 6 forks source link

Update main.yml #621

Closed carebare47 closed 1 month ago

carebare47 commented 1 month ago

Proposed changes

The if ! wget -q --spider https://www.google.com/; then ... check could hang under certain bad connection conditions. We already had a timeout for the git pull, so remove the general internet connectivity check and print messages to tell the user whether git pull timed out or not

Checklist

Before posting a PR ensure that from each of the below categories AT LEAST ONE BOX HAS BEEN CHECKED. If more than one category is applicable then more can be checked. Also ensure that the proposed changes have been filled out with relevant information for reviewers.

Tests

Documentation