Skip to content

Commit cf14c62

Browse files
committed
ci: No copy RPM package required
The download-artifact already save RPMs into target/packages/ Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 76105cf commit cf14c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)