Skip to content
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

Add infrastructure for build-cd that lets Model Deployment Repos know when there is an update to build-cd. #186

Open
CodeGat opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@CodeGat
Copy link
Member

CodeGat commented Dec 9, 2024

Since we version our Infrastructure now, we should let Model Deployment Repositories know when it is updated.

Consider either a dependabot update: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates for model deployment repos, or essentially:

for repo in $model_deployment_repos; do
  gh issue create "Update for `build-cd`" --repo access-nri/$repo
done
@CodeGat CodeGat self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant