mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-05-08 23:16:26 -05:00
[GH-ISSUE #832] FIX CI: 429 (too many requests) #7531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @veggiemonk on GitHub (Mar 20, 2020).
Original GitHub issue: https://github.com/veggiemonk/awesome-docker/issues/832
Travis-ci build seems to fail constantly because fo that.
This is not the rate limiting of github which returns 403 (or the doc is outdated)
Possible fix:
@veggiemonk commented on GitHub (Apr 13, 2020):
Fixed in #850