mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 17:01:04 +01:00
ci(docker): log port number
This commit is contained in:
parent
8c3e419d31
commit
6168924c52
@ -121,7 +121,7 @@ fi
|
||||
# Ping database if it is not BoltDB
|
||||
#
|
||||
if [ "${SEMAPHORE_DB_DIALECT}" != 'bolt' ]; then
|
||||
echoerr "Pinging database on ${SEMAPHORE_DB_HOST}:${SEMAPHORE_DB_PORT}..."
|
||||
echoerr "Pinging database on ${SEMAPHORE_DB_HOST} port ${SEMAPHORE_DB_PORT}..."
|
||||
TIMEOUT=30
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user