From 702f55964ffdcb8095ea4cd17e659c4f0661ec08 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Tue, 17 Aug 2021 07:21:40 -0600 Subject: [PATCH] Add apt-get update flag --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a22d2b636..a861a83fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,7 +131,7 @@ jobs: steps: - checkout-plus - skip-if-root-unchanged - - run: sudo apt-get update + - run: sudo apt-get update --allow-releaseinfo-change -y - run: sudo apt-get install lsof - run: command: make << parameters.test_make_target >> SHARD_WIDTH=<< parameters.shard_width >> GOARCH=<< parameters.goarch >> @@ -145,7 +145,7 @@ jobs: steps: - checkout-plus - skip-if-root-unchanged - - run: sudo apt-get update + - run: sudo apt-get update --allow-releaseinfo-change -y - run: sudo apt-get install postgresql-client - run: (for i in `seq 1 20`; do pg_isready -h localhost && exit 0 || sleep 1; done; exit 1) - run: