From 16eab14e627184d04b1a7dbb1fdd3388ff065c85 Mon Sep 17 00:00:00 2001 From: "Christos O. Andrikos" Date: Wed, 25 Jan 2023 14:26:47 +0200 Subject: [PATCH] fix: codebuild issue --- buildspec.saas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildspec.saas.yml b/buildspec.saas.yml index 1f724bd3720..1a353906f3a 100644 --- a/buildspec.saas.yml +++ b/buildspec.saas.yml @@ -13,6 +13,7 @@ phases: commands: - wget https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -O /usr/bin/yq - chmod +x /usr/bin/yq + - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - - apt-get update - apt install -y hub pre_build: