Skip to content

Commit

Permalink
Change https to tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 21, 2024
1 parent 6bf5b0b commit fd8e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ end-to-end-ws-setup:
- echo "-e DATAFED_WEB_CERT_PATH=\"/datafed/install/keys/${DATAFED_WEB_CERT_NAME}\" \\" >> run_web.sh
- echo "-e DATAFED_WEB_KEY_PATH=\"/datafed/install/keys/${DATAFED_WEB_KEY_NAME}\" \\" >> run_web.sh
- echo "-e DATAFED_DEFAULT_LOG_PATH=\"${CONTAINER_LOG_FILE_PATH}\" \\" >> run_web.sh
- echo "-e DATAFED_CORE_ADDRESS_PORT_INTERNAL=\"https://$CORE_ADDRESS:7513\" \\" >> run_web.sh
- echo "-e DATAFED_CORE_ADDRESS_PORT_INTERNAL=\"tcp://$CORE_ADDRESS:7513\" \\" >> run_web.sh
- echo "-e UID=\"$USER_ID\" \\" >> run_web.sh
- echo "-p 443:443 \\" >> run_web.sh
- echo "-v \"${HOST_LOG_FILE_PATH}:${CONTAINER_LOG_FILE_PATH}\" \\" >> run_web.sh
Expand Down

0 comments on commit fd8e10c

Please sign in to comment.