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

Hotfix for 'why' debug option in make #430

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

placek
Copy link
Contributor

@placek placek commented Mar 8, 2024

This PR corrects the debug option in make commands in the CI/CD pipeline workflow, so that the deployment process in the CI can execute without issues related to unrecognized debug flags.

The existing 'make' commands were utilizing the debug flag '--debug=w' which was causing compatibility issues in the CI environment where 'why' debug option was not recognized. This commit addresses the problem by replacing the 'w' with 'b' in the relevant 'make' commands in the '.github/workflows/build-and-deploy.yml' file, ensuring smooth execution of the deployment tasks.

This commit corrects the debug option in make commands in the CI/CD
pipeline workflow, so that the deployment process in the CI can execute
without issues related to unrecognized debug flags.

The existing 'make' commands were utilizing the debug flag '--debug=w'
which was causing compatibility issues in the CI environment where 'why'
debug option was not recognized. This commit addresses the problem by
replacing the 'w' with 'b' in the relevant 'make' commands in the
'.github/workflows/build-and-deploy.yml' file, ensuring smooth execution
of the deployment tasks.
@placek placek requested review from adgud and kickloop as code owners March 8, 2024 06:26
@placek placek requested review from MSzalowski and removed request for kickloop and adgud March 8, 2024 06:27
@placek placek self-assigned this Mar 8, 2024
@placek placek added 🐛 Bug Something isn't working 🏗 Infrastructure labels Mar 8, 2024
@placek
Copy link
Contributor Author

placek commented Mar 8, 2024

@placek placek merged commit 245a844 into develop Mar 8, 2024
2 checks passed
@placek placek deleted the hotfix/remove-w-debug-option-with-b-in-makefile branch March 8, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🏗 Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants