Skip to content

Commit 62056bc

Browse files
committed
fix boil syntax
1 parent 08e1bc6 commit 62056bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_opensearch_dashboards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
1515
paths:
1616
# To check dependencies, run this ( you will need to consider transitive dependencies)
17-
# cargo boil build --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
17+
# cargo boil build PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
1818
- opensearch-dashboards/**
1919
- vector/**
2020
- stackable-base/**

0 commit comments

Comments
 (0)