Skip to content

Commit 3f75808

Browse files
committed
Remove old signing key
1 parent 2b37260 commit 3f75808

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ci/mysql57.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -eux
55
apt-get purge -qq '^mysql*' '^libmysql*'
66
rm -fr /etc/mysql
77
rm -fr /var/lib/mysql
8-
apt-key add support/5072E1F5.asc # old signing key
98
apt-key add support/3A79BD29.asc # 5.7.37 and higher
109
apt-key add support/B7B3B788A8D3785C.asc # 8.1 and higher
1110
# Verify the repository as add-apt-repository does not.

ci/mysql80.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -eux
55
apt-get purge -qq '^mysql*' '^libmysql*'
66
rm -fr /etc/mysql
77
rm -fr /var/lib/mysql
8-
apt-key add support/5072E1F5.asc # old signing key
98
apt-key add support/3A79BD29.asc # 8.0.28 and higher
109
apt-key add support/B7B3B788A8D3785C.asc # 8.1 and higher
1110
# Verify the repository as add-apt-repository does not.

0 commit comments

Comments
 (0)