mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +00:00
Enable save of logs on failure
This commit is contained in:
parent
f6de3793e3
commit
80f74e11a1
2
.github/workflows/system_test.yml
vendored
2
.github/workflows/system_test.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
||||
docker exec hirs-aca1 bash -c "mkdir -p /HIRS/logs/aca/ && cp -arp /var/log/hirs/* /HIRS/logs/aca/"
|
||||
docker exec hirs-provisioner1-tpm2 bash -c "mkdir -p /HIRS/logs/provisioner/ && cp -ap hirs*.log /HIRS/logs/provisioner/ && chmod -R 777 /HIRS/logs"
|
||||
- name: Docker Compose Down
|
||||
if: always()e
|
||||
if: always()
|
||||
shell: bash
|
||||
run: |
|
||||
echo "*** Exiting and removing Docker containers and network ..."
|
||||
|
Loading…
Reference in New Issue
Block a user