Merge pull request #558 from maxking/maxking-patch-2

Store the logs for jobs for inspection on failures
This commit is contained in:
Abhilash Raj
2022-10-25 23:46:26 -07:00
committed by GitHub

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