Skip to content
Snippets Groups Projects
Commit d963965b authored by Chris Hines's avatar Chris Hines
Browse files

always upload artifacts even if failing so we can analyse logs for failure

parent 1fe8583a
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -104,6 +104,7 @@ build_infra: ...@@ -104,6 +104,7 @@ build_infra:
- python3 ../../scripts/make_inventory.py $CI_PROJECT_NAME-ci-$CI_COMMIT_REF_NAME > ../inventory.yml - python3 ../../scripts/make_inventory.py $CI_PROJECT_NAME-ci-$CI_COMMIT_REF_NAME > ../inventory.yml
- cd .. - cd ..
artifacts: artifacts:
when: always
paths: paths:
- CICD/inventory.yml - CICD/inventory.yml
- CICD/tmp_key - CICD/tmp_key
...@@ -116,6 +117,7 @@ configure_cluster: ...@@ -116,6 +117,7 @@ configure_cluster:
tags: tags:
- ansible - ansible
artifacts: artifacts:
when: always
paths: paths:
- CICD/inventory.yml - CICD/inventory.yml
- CICD/tmp_key - CICD/tmp_key
......
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