Skip to content

Commit 0bbc7cb

Browse files
committed
Disable gpg checks on openSUSE
1 parent 595b940 commit 0bbc7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-opensuse.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ ! -f ${PKG_FILE} ]; then
88
exit 0
99
fi
1010

11-
zypper --non-interactive install ${PKG_FILE}
11+
zypper --non-interactive --no-gpg-checks install ${PKG_FILE}
1212

1313
# Show rpm info
1414
rpm -qi R-${R_VERSION}

0 commit comments

Comments
 (0)