added zfs tests

Signed-off-by: Jacob Payne <jacob@spectrocloud.com>
This commit is contained in:
Jacob Payne
2023-01-25 15:58:08 -07:00
committed by Itxaka
parent dffbd9f327
commit 5537ee1062

View File

@@ -335,7 +335,7 @@ docker:
COPY overlay/files-alpine/ /
END
IF [ "$FLAVOR" = "opensuse" ]
IF [ "$FLAVOR" = "opensuse" ] || [ "$FLAVOR" = "opensuse-tumbleweed" ]
COPY overlay/files-opensuse/ /
ELSE IF [ "$FLAVOR" = "alpine-arm-rpi" ]
COPY overlay/files-opensuse-arm-rpi/ /