We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64560b9 commit 62da512Copy full SHA for 62da512
docker-entrypoint.sh
@@ -30,9 +30,6 @@ set_in_web_config httpsPort ${HTTPS_PORT}
30
[[ -z "${BOT_MANAGER_URL}" ]] && \
31
echo "Mandatory variable BOT_MANAGER_URL is not set. Add -e BOT_MANAGER_URL=... to your arguments." && exit 1
32
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
-
36
set_in_service_config botManagerURL ${BOT_MANAGER_URL}
37
set_in_service_config caeBackendURL ${CAE_BACKEND_URL}
38
set_in_service_config gitHubAppId ${GITHUB_APP_ID}
0 commit comments