Skip to content

Commit

Permalink
escape env var
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Oct 29, 2024
1 parent a605a38 commit 9759879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ steps:

- label: ":ubuntu: Filebeat: Integration tests as Root"
command: |
sudo usermod -a -G systemd-journal $USER
sudo usermod -a -G systemd-journal $$USER
cd filebeat
go test -v -count=1 -tags=integration -run=TestSystemLogs ./tests/integration
go go test -v -count=1 -tags=integration -run=TestDebugBuildKite ./tests/integration
Expand Down

0 comments on commit 9759879

Please sign in to comment.