Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ docker_build:
- python setup.py bdist_wheel sdist
- pip install dist/nvidia_bobber-*-none-any.whl
- echo "Building latest Bobber image"
- bobber build
- 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 `bobber build | grep "Successfully built" | awk '{print $3}'`
- docker images | grep `grep "Successfully built" /tmp/bobber_build.log | awk '{print $3}'`

test:
stage: test
Expand Down