-
Notifications
You must be signed in to change notification settings - Fork 131
CHORE: Make ADO pipelines public #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHORE: Make ADO pipelines public #474
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR makes Azure DevOps (ADO) pipelines public by removing private variable group references that were previously restricting access.
- Removes the
DjangoTestAppvariable group reference from the pipeline configuration
Comments suppressed due to low confidence (1)
azure-pipelines.yml:19
- Removing the variable group may break the pipeline if any jobs or steps depend on variables from 'DjangoTestApp'. Verify that no variables from this group are referenced elsewhere in the pipeline configuration.
jobs:
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp where |
|
Azure DevOps orgs getting events for this repository: |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
No pipelines are associated with this pull request. |
Migrating pipeline from ADO private to public so that builds can be done on forks as well.
Changing a bit of configs here and there.