Skip to content
Snippets Groups Projects
Commit d37f3424 authored by maik.schaefer's avatar maik.schaefer
Browse files

Chore: Fix launch urls for e2e test deployments

parent 302447ee
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ ui smoketests with prefix: ...@@ -89,6 +89,7 @@ ui smoketests with prefix:
- !reference [.e2e-codeceptjs-preview, before_script] - !reference [.e2e-codeceptjs-preview, before_script]
- unset SUITE_SERVICE_URL - unset SUITE_SERVICE_URL
- export E2E_ADMIN_PW=$ADMIN_PW - export E2E_ADMIN_PW=$ADMIN_PW
- export PREVIEW_APP_NAME=$(echo $PREVIEW_APP_NAME | cut -c 1-56)
- export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/ - export LAUNCH_URL=https://$PREVIEW_APP_NAME-prefix.dev.oxui.de/appsuite/
- echo "LAUNCH_URL=$LAUNCH_URL" - echo "LAUNCH_URL=$LAUNCH_URL"
script: script:
...@@ -108,6 +109,7 @@ ui smoketests with sentinel redis: ...@@ -108,6 +109,7 @@ ui smoketests with sentinel redis:
- !reference [.e2e-codeceptjs-preview, before_script] - !reference [.e2e-codeceptjs-preview, before_script]
- unset SUITE_SERVICE_URL - unset SUITE_SERVICE_URL
- export E2E_ADMIN_PW=$ADMIN_PW - export E2E_ADMIN_PW=$ADMIN_PW
- export PREVIEW_APP_NAME=$(echo $PREVIEW_APP_NAME | cut -c 1-53)
- export LAUNCH_URL=https://$PREVIEW_APP_NAME-sntnl.dev.oxui.de/appsuite/ - export LAUNCH_URL=https://$PREVIEW_APP_NAME-sntnl.dev.oxui.de/appsuite/
- echo "LAUNCH_URL=$LAUNCH_URL" - echo "LAUNCH_URL=$LAUNCH_URL"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment