Skip to content

Commit

Permalink
ci(CircleCI): fixed RPM install on stable release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pregnor committed Nov 4, 2021
1 parent 4a30d8c commit 8c93116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ jobs:
- gomod-v1-master
- gomod-v1

-
run:
name: Update package registry
command: sudo apt update --yes

-
run:
Expand Down

0 comments on commit 8c93116

Please sign in to comment.