Skip to content
Snippets Groups Projects
Commit 3990154c authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix(ci): correct passing of api domain for smoketests

parent c1f6efe4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ variables:
expire_in: 1 month
script:
- terraform/environments/scripts/create-or-update-env.sh $ENVIRONMENT_ID $CI_COMMIT_SHA
- echo "$(terraform/environments/scripts/get-api-domain.sh)" > $API_DOMAIN_PATH
- echo "$(terraform/environments/scripts/get-output.sh api_domain)" > $API_DOMAIN_PATH
resource_group: $ENVIRONMENT_ID
interruptible: false
......
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