Skip to content

Commit 941124a

Browse files
committed
release_tools: Clone openscap-abi-check repo via SSH
1 parent 345904d commit 941124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ make_dist()
101101
check_abi()
102102
{
103103
rpm -q abi-compliance-checker || sudo dnf install abi-compliance-checker
104-
test -d openscap-abi-check || git clone https://github.com/OpenSCAP/openscap-abi-check
104+
test -d openscap-abi-check || git clone git@github.com:OpenSCAP/openscap-abi-check.git
105105
openscap_git_branch=$(git branch | grep '^\* ' | cut -f2 -d' ')
106106
(
107107
cd openscap-abi-check

0 commit comments

Comments
 (0)