fix: fix yamllint errors

This commit is contained in:
Dawid Wysokiński 2023-12-15 08:19:36 +01:00
parent d787e2f431
commit 03e0fde213
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ profiles:
- image: twhelp
hooks:
before:
- command: [ "sh", "-c", "make generate" ]
os: [ darwin, linux ]
- command: [sh, -c, make generate]
os: [darwin, linux]
context: .
docker:
dockerfile: ./build/docker/twhelp/dev/Dockerfile