From 560e26fbd70e1588e4ae3702ce3d899c6e86306b Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 25 Oct 2022 23:24:55 -0700 Subject: [PATCH] Store the logs for jobs for inspection on failures --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2aaaa5..1cc8dcb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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