Skip to content

Commit

Permalink
Merge pull request #728 from SUSE/git-build-type
Browse files Browse the repository at this point in the history
Correct git-container build type kiwi->docker
  • Loading branch information
dirkmueller authored Jan 27, 2025
2 parents 586e2f5 + cc71132 commit 32f484d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ def create_BCI(
GIT_CONTAINER = create_BCI(
build_tag=f"{APP_CONTAINER_PREFIX}/git:{_GIT_APP_VERSION}",
bci_type=ImageType.APPLICATION,
image_type="kiwi",
)

_HELM_APP_VERSION = "latest" if OS_VERSION == "tumbleweed" else "3"
Expand Down

0 comments on commit 32f484d

Please sign in to comment.