Store the logs for jobs for inspection on failures

This commit is contained in:
Abhilash Raj
2022-10-25 23:24:55 -07:00
committed by GitHub
parent 2693386453
commit 560e26fbd7

View File

@@ -42,6 +42,11 @@ jobs:
command: |
python3 --version
python3 deploy.py
- store_artifacts:
path: /opt/mailman/web/logs/
- store_artifacts:
path: /opt/mailman/core/var/logs
workflows:
version: 2