Skip to content
Snippets Groups Projects
Commit 000f58d8 authored by Lars Beckers's avatar Lars Beckers
Browse files

gitlab CI config: fix quoting

parent 7933e570
Branches
No related tags found
No related merge requests found
Pipeline #1294 passed
...@@ -22,4 +22,4 @@ test: ...@@ -22,4 +22,4 @@ test:
- yamllint . - yamllint .
- ansible-lint ./*/ - ansible-lint ./*/
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length
- "! rg --fixed-strings "passwordstore" ./*/templates" - "! rg --fixed-strings 'passwordstore' ./*/templates"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment