Skip to content

Commit 71ea28e

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 2ea165a commit 71ea28e

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
@@ -45,7 +45,7 @@ build: package
4545

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

0 commit comments

Comments
 (0)