Skip to content

fix: bobber build runs twice in docker_build stage - #89

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/gitlab-ci-74c6f8c5
Open

fix: bobber build runs twice in docker_build stage#89
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/gitlab-ci-74c6f8c5

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: bobber build runs twice in docker_build stage

Fix

Replace:

        - echo "Building latest Bobber image"
        - bobber build
        # Capture the build ID during the image build process and ensure it is listed in the system
        - docker images | grep `bobber build | grep "Successfully built" | awk '{print $3}'`

with:

        - echo "Building latest Bobber image"
        - bobber build | tee /tmp/bobber_build.log
        # Capture the build ID during the image build process and ensure it is listed in the system
        - docker images | grep `grep "Successfully built" /tmp/bobber_build.log | awk '{print $3}'`

Files changed

  • .gitlab-ci.yml

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 28, 2026 00:34
@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

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.

1 participant