wait-for-it.sh in a image
Use this image with Drone by using this .drone.yml
:
pipeline:
wait-for-it:
image: ghcr.io/alexislefebvre/alpine-wait-for-it
commands:
- mysql:3306 --timeout=60
wait-for-it.sh in a image
Use this image with Drone by using this .drone.yml
:
pipeline:
wait-for-it:
image: ghcr.io/alexislefebvre/alpine-wait-for-it
commands:
- mysql:3306 --timeout=60