From c2f5565f2295b3b48b2a8a180167e4858fddad2a Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Mon, 24 Oct 2022 11:34:00 -0400 Subject: [PATCH] Remove rsyslog from CI steps The service was never successfully running and did not fail any tests --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b681772e7..6411f1d82a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,8 +130,6 @@ commands: steps: - attach_workspace: at: /home/circleci/go/bin - - run: sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y rsyslog - - run: sudo service rsyslog start - run: go mod download - run: name: go test