From 1bea6daa894218a5a7f705249c715ef212309b0d Mon Sep 17 00:00:00 2001 From: Rachit Bhargava Date: Fri, 16 Feb 2024 19:58:33 +0000 Subject: [PATCH] update key --- common-jobs-bitbucket.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common-jobs-bitbucket.sh b/common-jobs-bitbucket.sh index 4b3b6158..8bfc1683 100644 --- a/common-jobs-bitbucket.sh +++ b/common-jobs-bitbucket.sh @@ -5,6 +5,7 @@ exec > >(tee -a script.log) 2>&1 # Install the required packages # # -------------------------------------------------------------- apk upgrade && apk add curl wget zip unzip +apt-key adv --fetch-keys 'https://packages.sury.org/php/apt.gpg' > /dev/null 2>&1 curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl