Skip to content

Conversation

@jLopezbarb
Copy link
Contributor

Proposed changes

Fixes DEV-721

Fixes a panic when the context does not exist.

Screenshot 2025-10-02 at 17 46 50

How to validate

  1. Create the following okteto manifest
build:
  piipi:
    context: Dockerfile
  1. Create the following Dockefile:
FROM alpine
  1. Run okteto build

CLI Quality Reminders 🔧

For both authors and reviewers:

  • Scrutinize for potential regressions
  • Ensure key automated tests are in place
  • Build the CLI and test using the validation steps
  • Assess Developer Experience impact (log messages, performances, etc)
  • If too broad, consider breaking into smaller PRs
  • Adhere to our code style and code review guidelines

@jLopezbarb jLopezbarb requested a review from a team as a code owner October 2, 2025 15:48
@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.47%. Comparing base (484153e) to head (0a24b1c).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4791      +/-   ##
==========================================
- Coverage   48.49%   48.47%   -0.02%     
==========================================
  Files         363      363              
  Lines       30347    30348       +1     
==========================================
- Hits        14716    14711       -5     
- Misses      14463    14467       +4     
- Partials     1168     1170       +2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jLopezbarb jLopezbarb merged commit 497391f into master Oct 3, 2025
18 of 19 checks passed
@jLopezbarb jLopezbarb deleted the jlo/fix-nil-pointer branch October 3, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants