Skip to content

Commit

Permalink
Don't fail apt with bad repos
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Nov 15, 2024
1 parent e5780a0 commit 871138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
version: v3.4.2
- run:
name: Install envsubst
command: sudo apt-get update && sudo apt-get install -qq -y gettext
command: sudo apt-get update --ignore-missing || true && sudo apt-get install -y gettext
- run:
name: "Deploy"
command: "bin/ci-update-deployments.sh"
Expand Down

0 comments on commit 871138e

Please sign in to comment.