Skip to content

Commit 70fc6c4

Browse files
authored
release: 1.2.2 (#249)
2 parents 48972a3 + ca99094 commit 70fc6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: check filebeat status
102102
id: check-status
103103
run: |
104-
if docker ps --filter "name=filebeat" --filter "status=running" --format "{{.Names}}" | grep -q "^filebeat$"; then
104+
if sudo docker ps --filter "name=filebeat" --filter "status=running" --format "{{.Names}}" | grep -q "^filebeat$"; then
105105
echo "Filebeat is already running"
106106
echo "status=running" >> $GITHUB_ENV
107107
else

0 commit comments

Comments
 (0)