Skip to content

Commit

Permalink
Remove rsyslog from CI steps
Browse files Browse the repository at this point in the history
The service was never successfully running and did not fail any tests
  • Loading branch information
Chris S. Kim committed Oct 24, 2022
1 parent 3eb4ed7 commit 90fe897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ 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: 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
Expand Down

0 comments on commit 90fe897

Please sign in to comment.