Skip to content

Commit

Permalink
fix: zfs extensions service yaml to proper path
Browse files Browse the repository at this point in the history
When refactoring, I put the wrong path for the extension service file.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 19, 2024
1 parent bfaee18 commit d474848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/zfs/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ steps:
cp -R /lib/modules/* /rootfs/lib/modules
- |
mkdir -p /rootfs/usr/local/lib/containers
mkdir -p /rootfs/usr/local/etc/containers
cp /pkg/zpool-importer.yaml /rootfs/usr/local/lib/containers/zpool-importer.yaml
cp /pkg/zpool-importer.yaml /rootfs/usr/local/etc/containers/zpool-importer.yaml
test:
- |
mkdir -p /extensions-validator-rootfs
Expand Down

0 comments on commit d474848

Please sign in to comment.