summaryrefslogtreecommitdiffstats
path: root/.travis/utils.sh
AgeCommit message (Collapse)Author
2020-04-16packaging/docker/publish.sh: Wait for tag to appear in hub.docker.com (#8713)Konstantinos Natsakis
* packaging/docker/publish.sh: Wait for tag to be really published * Fix typo * .travis/utils.sh: Export defined functions too * packaging/docker/publish.sh: Keep shellcheck happy * packaging/docker/publish.sh: Fix typo
2019-11-01.travis.yml: Prevent nightly jobs from timing out (again) (#7238)Konstantinos Natsakis
* .travis.yml: Add tick() and retry() functions * .travis.yml: Remove superfluous 'docker info' commands The docker info command is ran during the install phase. There is no need to run it again * .travis.yml: Use the tick() function instead of travis_wait()