Try and fix a yaml syntax error
The test fails with:
line 1: True: command not found
This looks like a yaml issue and the string `true` is converted to the
canonical value `True`. Try and resolve that by putting the full path to
the command.
Related: RHEL-6401
This commit is contained in:
parent
70d3848d38
commit
910b28ba0e
@ -6,4 +6,4 @@ prepare:
|
||||
- lttng-ust
|
||||
execute:
|
||||
script:
|
||||
- true # always pass
|
||||
- /usr/bin/true # always pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user