Merge pull request #558 from maxking/maxking-patch-2
Store the logs for jobs for inspection on failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user