Skip to content

Commit

Permalink
ci(docker): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 26, 2024
1 parent ab10800 commit 75289ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deployment/docker/server/server-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ if [ ! -f "${SEMAPHORE_CONFIG_PATH}/config.json" ]; then
}


# if [ -n "${SEMAPHORE_DB_PORT}" ]; then
# SEMAPHORE_DB_HOST="${SEMAPHORE_DB_HOST}:${SEMAPHORE_DB_PORT}"
# fi


case ${SEMAPHORE_DB_DIALECT} in
mysql)
SEMAPHORE_DB_DIALECT_ID=1
Expand Down

0 comments on commit 75289ba

Please sign in to comment.