Skip to content

Commit

Permalink
Merge pull request #470 from yoguo/master
Browse files Browse the repository at this point in the history
Fix the minor issue if containerfile is used in custom_bootc_test.yaml
  • Loading branch information
yoguo authored Nov 13, 2024
2 parents 088af12 + 10db339 commit 8830f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_tests/tests/test_image_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def setUp(self):
utils_lib.collect_basic_info(self)

def _prepare_containerfile(self,containerfile,bootc_base_image_url,pkgs):
tmp_containerfile_file = ''
if not containerfile:
containerfile_temp = string.Template('''
From $bootc_base_image_url
Expand Down

0 comments on commit 8830f27

Please sign in to comment.