From 8c93116b5f6945bf2d46ae69aed38705a34d93c2 Mon Sep 17 00:00:00 2001 From: Patrik Egyed Date: Thu, 4 Nov 2021 10:42:13 +0100 Subject: [PATCH] ci(CircleCI): fixed RPM install on stable release Previously it failed (example: https://app.circleci.com/pipelines/github/banzaicloud/banzai-cli/1497/workflows/92b60448-2cd2-44dc-ab08-7e685d05dab7/jobs/2647) because some packages were not found. After SSHing into the worker node a simple package registry update seems to resolve it. Tested. --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae6305db..2f491f25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,6 +132,10 @@ jobs: - gomod-v1-master - gomod-v1 + - + run: + name: Update package registry + command: sudo apt update --yes - run: