Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README

commit 195af6d3cd2d95e8c45972fd9cb3d33eaf67a44d
parent 05d92444b6cd61688eb33bff718594aa1c67dfe6
Author: arjoonn <arjoonn@noreply.localhost>
Date:   Fri, 23 Dec 2022 11:56:03 +0000

docupdate (!12)

Branch auto created by JayporeCI

<details>
    <summary>JayporeCi: 🟢 be18ff4241</summary>

```mermaid
flowchart TB

            subgraph Pipeline
                direction TB

            end

            subgraph Docker
                direction TB

                s_Docker(( )) -.-> Docker_0(Jci):::passed
                s_Docker(( )) -.-> Docker_1(JciEnv):::passed
            end

            subgraph Jobs
                direction TB

                s_Jobs(( )) -.-> Jobs_0(pytest):::passed
                s_Jobs(( )) -.-> Jobs_1(black):::passed
                s_Jobs(( )) -.-> Jobs_2(pylint):::passed
            end

            subgraph Publish
                direction TB

                s_Publish(( )) -.-> Publish_0(DockerHubJci):::passed
                s_Publish(( )) -.-> Publish_1(DockerHubJcienv):::passed
                s_Publish(( )) -.-> Publish_2(PublishDocs):::passed
            end

            Pipeline ---> Docker

            Docker ---> Jobs

            Jobs ---> Publish

            classDef pending fill:#aaa, color:black, stroke:black,stroke-width:2px,stroke-dasharray: 5 5;
            classDef skipped fill:#aaa, color:black, stroke:black,stroke-width:2px;
            classDef assigned fill:#ddd, color:black, stroke:black,stroke-width:2px;
            classDef running fill:#bae1ff,color:black,stroke:black,stroke-width:2px,stroke-dasharray: 5 5;
            classDef passed fill:#88d8b0, color:black, stroke:black;
            classDef failed fill:#ff6f69, color:black, stroke:black;
            classDef timeout fill:#ffda9e, color:black, stroke:black;
```

Co-authored-by: arjoonn sharma <arjoonn@midpathsoftware.com>
Reviewed-on: https://gitea.midpathsoftware.com/midpath/jaypore_ci/pulls/12

Diffstat:
MREADME.md | 4+---
Mcicd/cicd.py | 1-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,6 @@ # Jaypore CI - -> A CI system that sounds ancient and powerful. -> Like the city of Jaypore. +Documentation is at : https://www.jayporeci.in ## Usage diff --git a/cicd/cicd.py b/cicd/cicd.py @@ -1,4 +1,3 @@ -import requests from jaypore_ci import jci