Skip to content

Commit 45f3141

Browse files
henrywangcgwalters
authored andcommitted
ci: No copy RPM package required
The download-artifact already save RPMs into target/packages/ Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent e6a23fe commit 45f3141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build: package
4646

4747
# Build the container image using pre-existing packages from PATH
4848
build-from-package PATH:
49-
@just copy-packages-from {{PATH}}
49+
# @just copy-packages-from {{PATH}}
5050
podman build {{base_buildargs}} -t {{base_img}}-bin {{buildargs}} .
5151
./tests/build-sealed {{variant}} {{base_img}}-bin {{base_img}} {{buildroot_base}}
5252

0 commit comments

Comments
 (0)