Skip to content

Commit

Permalink
Merge pull request #2018 from SUSE/gitea_runner
Browse files Browse the repository at this point in the history
Install git-core for gitea-runner
  • Loading branch information
dcermak authored Nov 15, 2024
2 parents 50e6110 + 45f729d commit 14dc3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bci_build/package/basecontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _get_minimal_kwargs(os_version: OsVersion):
"obs-service-format_spec_file",
"obs-service-source_validator",
"typescript",
"git",
"git-core",
*OsVersion.TUMBLEWEED.release_package_names,
],
extra_files={"osc_checkout": OSC_CHECKOUT},
Expand Down

0 comments on commit 14dc3b4

Please sign in to comment.