You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue with travis_retry generally.
In some cases, `travis_retry˙ cannot really re-try the things, as there are things inside the scripts that fail for the 2nd time of execution always. Let's review the scripts to make sure things are in theory at least executable multiple times, one after the other, if a random (network) error happens.
Follow .travis.yml.
Feel free to add more travis_retry where makes sense.
We have an issue with
travis_retry
generally.In some cases, `travis_retry˙ cannot really re-try the things, as there are things inside the scripts that fail for the 2nd time of execution always. Let's review the scripts to make sure things are in theory at least executable multiple times, one after the other, if a random (network) error happens.
Follow
.travis.yml
.Feel free to add more
travis_retry
where makes sense.Beware of https://github.com/Gizra/drupal-starter/blob/main/.travis.template.yml
The text was updated successfully, but these errors were encountered: