summaryrefslogtreecommitdiff
path: root/integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key
diff options
context:
space:
mode:
Diffstat (limited to 'integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key')
-rwxr-xr-xintegration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key b/integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key
index 732b9e69..37f85bf8 100755
--- a/integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key
+++ b/integration/scripts/files/elements/ubuntu-mysql/pre-install.d/10-percona-apt-key
@@ -7,7 +7,7 @@ set -e
set -o xtrace
GUEST_USERNAME=${GUEST_USERNAME:-"ubuntu"}
-RELEASE=${DIB_RELEASE:-"xenial"}
+RELEASE=${DIB_RELEASE:-"focal"}
# Add Percona GPG key
mkdir -p /home/${GUEST_USERNAME}/.gnupg