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

fix log paths for terraform error logging in CI

parent 7c44fa62
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ build_docker: ...@@ -48,8 +48,8 @@ build_docker:
ENVIRONMENT_ID: $CI_ENVIRONMENT_SLUG ENVIRONMENT_ID: $CI_ENVIRONMENT_SLUG
artifacts: artifacts:
paths: paths:
- "terraform/scripts/crash.log" # optional, only available in case of a crash/panic - "terraform/environments/crash.log" # optional, only available in case of a crash/panic
- "terraform/scripts/terraform-*.log" # separate log for every step/command - "terraform/environments/terraform-*.log" # separate log for every step/command
- $API_DOMAIN_PATH - $API_DOMAIN_PATH
name: "${CI_JOB_NAME}_${CI_JOB_ID}" name: "${CI_JOB_NAME}_${CI_JOB_ID}"
#when: on_failure # can't do that for api base url, but can't define multiple artifacts #when: on_failure # can't do that for api base url, but can't define multiple artifacts
......
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