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

BGDIINF_SB-2163: Fixed CI branch name resolution #40

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

ltshb
Copy link
Contributor

@ltshb ltshb commented Feb 1, 2022

Removed old hack for branch name resolution. This hack did not work with
PR from fork as well as by some PR from dependabot.

Use the newest Codebuild variable instead and make sure that the branch
name used in docker tag don't contains / by replacing them to _
(/ is not allowed in docker tag name). For this replacement we need
bash so make sure that Codebuild use bash instead of the default hash.

Removed old hack for branch name resolution. This hack did not work with
PR from fork as well as by some PR from dependabot.

Use the newest Codebuild variable instead and make sure that the branch
name used in docker tag don't contains `/` by replacing them to `_`
(`/` is not allowed in docker tag name). For this replacement we need
bash so make sure that Codebuild use bash instead of the default hash.
@ltshb ltshb requested a review from rebert February 1, 2022 08:52
@github-actions github-actions bot added the bug label Feb 1, 2022
@rebert rebert merged commit 72440ea into develop Feb 1, 2022
@rebert rebert deleted the bug-BGDIINF_SB-2163-ci-branch branch February 1, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants