You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tried to do deployment from a hotfix/ branch and got an error:
Unable to match git reference to any release id, refs/heads/hotfix/gee/domain-name-collision
Traceback (most recent call last):
File "/Users/george/.virtualenvs/egms-deploy/lib/python3.9/site-packages/foodx_devops_tools/release_flow/_cd_release_id.py", line 57, in identify_release_id
state = identify_release_state(git_ref)
File "/Users/george/.virtualenvs/egms-deploy/lib/python3.9/site-packages/foodx_devops_tools/release_flow/_cd_release_state.py", line 45, in identify_release_state
raise ReleaseStateError(
foodx_devops_tools.release_flow._exceptions.ReleaseStateError: Unable to match git reference to any release state, refs/heads/hotfix/gee/domain-name-collision
To Reproduce
Steps to reproduce the behavior:
Create branch with hotfix/gee/ prefix as in egms-fdx deployments.yml
Do make fdx-deploy from branch
See error
Expected behavior
The deployment should be matched to a feature branch as described in deployments.yml:
egms_fdx_devg:
gitref_patterns:
- "^refs/heads/feature/gee/.*"
- "^refs/heads/hotfix/gee/.*"locations:
- primary: North Central USroot_fqdn: foodx.green
The text was updated successfully, but these errors were encountered:
Describe the bug
Tried to do deployment from a hotfix/ branch and got an error:
To Reproduce
Steps to reproduce the behavior:
hotfix/gee/
prefix as in egms-fdx deployments.ymlExpected behavior
The deployment should be matched to a feature branch as described in deployments.yml:
The text was updated successfully, but these errors were encountered: