From db7de85a90c885a3bc734110d1b46531ccdebe23 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 24 Dec 2023 13:21:50 +0800 Subject: [PATCH] add module header for cicd.py --- csst_common/cicd.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/csst_common/cicd.py b/csst_common/cicd.py index 23b6832..526b773 100644 --- a/csst_common/cicd.py +++ b/csst_common/cicd.py @@ -1,3 +1,13 @@ +""" +Identifier: csst_common/cicd.py +Name: cicd.py +Description: CI/CD module +Author: Bo Zhang +Created: 2023-12-20 +Modified-History: + 2023-12-15, Bo Zhang, import CI/CD related objects to cicd.py + 2023-12-20, Bo Zhang, update module header +""" from .utils import retry from .pipeline import Pipeline, ModuleResult from .file import File -- GitLab