mirror of https://github.com/hashicorp/consul
Remove rsyslog from CI steps
The service was never successfully running and did not fail any testspull/15142/head
parent
ae3860b71c
commit
c2f5565f22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue