From a8e2ada34beaebb60ac3b48b24d99f68e02a9db7 Mon Sep 17 00:00:00 2001 From: Akash Singhal Date: Mon, 16 Dec 2024 20:25:23 -0800 Subject: [PATCH] build: add manual package installation for pass to support new GH runner image (#1990) Signed-off-by: Akash Singhal --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1bfc547fd..7adce52ea 100644 --- a/Makefile +++ b/Makefile @@ -270,6 +270,7 @@ e2e-helmfile-install: cd .staging/helmfilebin && tar -xvf helmfilebin.tar.gz e2e-docker-credential-store-setup: + sudo apt-get install pass rm -rf .staging/pass mkdir -p .staging/pass cd .staging/pass && git clone https://github.com/docker/docker-credential-helpers.git