remove trailing lines
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
3416aee7d5
commit
5cc013952e
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ spec:
|
|||
- name: wait-redis
|
||||
image: redis:alpine
|
||||
command: ['sh', '-c', 'set -x;
|
||||
until timeout -t 5 redis-cli -h "${REDIS_HOST}" -p "${REDIS_PORT}" ping; do
|
||||
echo "waiting for redis at ${REDIS_HOST}:${REDIS_PORT}...";
|
||||
until timeout -t 5 redis-cli -h "${REDIS_HOST}" -p "${REDIS_PORT}" ping; do
|
||||
echo "waiting for redis at ${REDIS_HOST}:${REDIS_PORT}...";
|
||||
sleep 2;
|
||||
done;']
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue