Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit ee92e48

Browse files
author
Chris Wiechmann
committed
Update logstash.yml
1 parent 129ef4a commit ee92e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo Using API_BUILDER_URL: $API_BUILDER_URL
3737
echo Using MEMCACHED: $MEMCACHED
38-
./logstash-filter-verifier --diff-command="diff -y" --keep-env=API_BUILDER_URL ./logstash/test ./logstash/pipeline
38+
./logstash-filter-verifier --diff-command="diff -y" --keep-env=API_BUILDER_URL --keep-env=MEMCACHED ./logstash/test ./logstash/pipeline
3939
env:
4040
API_BUILDER_URL: 'http://localhost:8080'
4141
MEMCACHED: 'localhost:11211'

0 commit comments

Comments
 (0)