Remove rsyslog from CI steps

The service was never successfully running and did not fail any tests
pull/15142/head
Chris S. Kim 2022-10-24 11:34:00 -04:00 committed by Chris S. Kim
parent ae3860b71c
commit c2f5565f22
1 changed files with 0 additions and 2 deletions

View File

@ -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