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: |
|
command: |
|
||||||
python3 --version
|
python3 --version
|
||||||
python3 deploy.py
|
python3 deploy.py
|
||||||
|
- store_artifacts:
|
||||||
|
path: /opt/mailman/web/logs/
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: /opt/mailman/core/var/logs
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user