Skip to content

Commit 48dfd81

Browse files
Pranav-d33ryjones
authored andcommitted
chore: remove obsolete Azure DevOps CI configuration
CI has fully migrated to GitHub Actions (.github/workflows/). The old Azure DevOps pipeline config is dead code. - Delete ci/ directory (6 pipeline files) - Delete root azure-pipelines.yml - Drop ci/azure-pipelines.yml entry from repolint.json (.github/workflows/* already satisfies the OR-list) Closes #790 Signed-off-by: Pranav dhiran <dhiranpranav72@gmail.com>
1 parent e472f00 commit 48dfd81

8 files changed

Lines changed: 1 addition & 196 deletions

azure-pipelines.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

ci/azure-pipelines.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

ci/check-component.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

ci/check-license-and-docs.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

ci/dashandapi_post.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ci/dashandapi_pre.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

ci/process-components.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

repolint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
".circleci/config.yml",
3333
"Jenkinsfile",
3434
".drone.yml",
35-
".github/workflows/*",
36-
"ci/azure-pipelines.yml"
35+
".github/workflows/*"
3736
]
3837
}
3938
],

0 commit comments

Comments
 (0)