Skip to content

Commit 616fff0

Browse files
committed
fix(samples): call task without subshell
Signed-off-by: Árpád Csepi <[email protected]>
1 parent 4c9f993 commit 616fff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/agents/docker-env-cli-stdout/Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ tasks:
3333
- setup:docker-env-cli-stdout
3434
- build
3535
cmds:
36-
- task test:docker-env-cli-stdout
36+
- task: test:docker-env-cli-stdout

0 commit comments

Comments
 (0)