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

🐛 fix upgrade builder image script #87

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

kranurag7
Copy link
Contributor

when I initially worked on this, this was hardcoded and we were using grep + sed combination to get
version. Later we switched to track version by
using a file at the root of the repo.
The file was .builder-image-version.txt, this was
a bug where we were still reading from Makefile
hardcoded version.
This commit fixes the same and switches to new
method where we read from .builder-image-version.txt

when I initially worked on this, this was hardcoded
and we were using grep + sed combination to get
version. Later we switched to track version by
using a file at the root of the repo.
The file was .builder-image-version.txt, this was
a bug where we were still reading from Makefile
hardcoded version.
This commit fixes the same and switches to new
method where we read from .builder-image-version.txt

Signed-off-by: kranurag7 <anurag.kumar@syself.com>
@kranurag7 kranurag7 requested a review from batistein February 28, 2024 19:44
@kranurag7 kranurag7 merged commit 2950f49 into main Feb 28, 2024
4 checks passed
@kranurag7 kranurag7 deleted the syself/fix-upgrade-builder-image-script branch February 28, 2024 20:00
kranurag7 added a commit that referenced this pull request Apr 24, 2024
…ilder-image-script

🐛 fix upgrade builder image script
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

Successfully merging this pull request may close these issues.

2 participants