Skip to content

Commit 62da512

Browse files
committed
Update docker-entrypoint.sh
1 parent 64560b9 commit 62da512

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ set_in_web_config httpsPort ${HTTPS_PORT}
3030
[[ -z "${BOT_MANAGER_URL}" ]] && \
3131
echo "Mandatory variable BOT_MANAGER_URL is not set. Add -e BOT_MANAGER_URL=... to your arguments." && exit 1
3232

33-
[[ -z "${CAE_BACKEND_URL}" ]] && \
34-
echo "Mandatory variable CAE_BACKEND_URL is not set. Add -e CAE_BACKEND_URL=... to your arguments." && exit 1
35-
3633
set_in_service_config botManagerURL ${BOT_MANAGER_URL}
3734
set_in_service_config caeBackendURL ${CAE_BACKEND_URL}
3835
set_in_service_config gitHubAppId ${GITHUB_APP_ID}

0 commit comments

Comments
 (0)