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

Pull requests merging production into a branch auto-deploy an invalid instance #102

Open
grantfitzsimmons opened this issue Jul 13, 2023 · 2 comments
Labels

Comments

@grantfitzsimmons
Copy link

This pull request caused a massive issue as the test panel would auto-deploy it, assuming that production was a tag on our docker hub. Of course, that was not the case, so it would error if it ever tried to deploy anything.

When attempting to run the compose process:

ERROR: manifest for specifyconsortium/specify7-service:production not found: manifest unknown: manifest unknown

This prevented any new deployments from being created and introduced continuous problems

@grantfitzsimmons
Copy link
Author

For reference, here are all of the tags we have on our DockerHub:
https://hub.docker.com/r/specifyconsortium/specify7-service/tags

@maxpatiiuk
Copy link
Member

Yeah, production is a special branch and is available in docker as edge instead.

Need to modify the test server code to substitute that in the response received from github API (when fetching pull requests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants