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

RFC branch production name #58

Open
bealdav opened this issue Dec 23, 2022 · 0 comments
Open

RFC branch production name #58

bealdav opened this issue Dec 23, 2022 · 0 comments
Assignees

Comments

@bealdav
Copy link
Member

bealdav commented Dec 23, 2022

I have a problem with my production branch named main

This code is incompatible

- docker push $CI_REGISTRY_IMAGE:latest
- docker tag $BUILD_NAME $CI_REGISTRY_IMAGE:$TAG
- docker push $CI_REGISTRY_IMAGE:$TAG
rules:
- if: $CI_COMMIT_TITLE =~ /^Bump version/ && $CI_COMMIT_BRANCH == "{{ odoo_version }}"
# TODO rework on sentry maybe merge with bump ?

If all production branch had the same name, it'll be easier, don't you think ?

When you work in a project you already know what is the version.

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

No branches or pull requests

2 participants