Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
feat(pipeline): remove azure DevOps pipeline (#526)
Browse files Browse the repository at this point in the history
Also, update readme file to re organize status badges
  • Loading branch information
ratanparai committed Oct 2, 2021
1 parent 52ca52d commit 2629e15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 89 deletions.
11 changes: 6 additions & 5 deletions README.md
@@ -1,11 +1,12 @@
# eSchool - Microservice and Containers based open source School Administration Software

## Linux Build Status for 'master' branch
## Linux Build Status for 'main' branch

| Enrolling.API | WebStatus | eSchool.GraphQL | Frontend.Blazor |
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [![Build Status](https://dev.azure.com/OpenCodeFoundation/eSchool/_apis/build/status/Enrolling?branchName=master)](https://dev.azure.com/OpenCodeFoundation/eSchool/_build/latest?definitionId=4&branchName=master) | [![Build Status](https://dev.azure.com/OpenCodeFoundation/eSchool/_apis/build/status/WebStatus?branchName=master)](https://dev.azure.com/OpenCodeFoundation/eSchool/_build/latest?definitionId=5&branchName=master) | [![Build Status](https://dev.azure.com/OpenCodeFoundation/eSchool/_apis/build/status/ESchool.GraphQL?branchName=master)](https://dev.azure.com/OpenCodeFoundation/eSchool/_build/latest?definitionId=7&branchName=master) | - |
| [![Actions Status](https://github.com/OpenCodeFoundation/eSchool/workflows/Enrolling.API/badge.svg)](https://github.com/OpenCodeFoundation/eSchool/actions) | [![Actions Status](https://github.com/OpenCodeFoundation/eSchool/workflows/WebStatus/badge.svg)](https://github.com/OpenCodeFoundation/eSchool/actions) | [![Actions Status](https://github.com/OpenCodeFoundation/eSchool/workflows/ESchool.GraphQL/badge.svg)](https://github.com/OpenCodeFoundation/eSchool/actions) | [![Actions Status](https://github.com/OpenCodeFoundation/eSchool/workflows/Frontend.Blazor/badge.svg)](https://github.com/OpenCodeFoundation/eSchool/actions) |
| Image | Status | Image | Status |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enrolling.API | [![Enrolling.API](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/enrolling.api.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/enrolling.api.yml) | ESchool.GraphQL | [![ESchool.GraphQL](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/eschool.graphql.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/eschool.graphql.yml) |
| CertificateProcessing.API | [![CertificateProcessing.API](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/certificate-processing.api.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/certificate-processing.api.yml) | Frontend.Blazor | [![Frontend.Blazor](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/frontend.blazor.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/frontend.blazor.yml) |
| WebStatus | [![WebStatus](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/webstatus.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/webstatus.yml) | CodeQL | [![CodeQL](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/OpenCodeFoundation/eSchool/actions/workflows/codeql-analysis.yml) |

## System requirements

Expand Down
47 changes: 0 additions & 47 deletions build/azure-devops/enrolling-api/azure-pipelines.yml

This file was deleted.

18 changes: 0 additions & 18 deletions build/azure-devops/eschool-graphql/azure-pipelines.yml

This file was deleted.

19 changes: 0 additions & 19 deletions build/azure-devops/webstatus/azure-pipelines.yml

This file was deleted.

0 comments on commit 2629e15

Please sign in to comment.