build: --yes when creating a triton profile
This commit is contained in:
parent
443752dc75
commit
d9d5e6be4e
@ -31,7 +31,7 @@ const createTritonProfile = async () => {
|
|||||||
curr: true
|
curr: true
|
||||||
});
|
});
|
||||||
|
|
||||||
const cp = execa('triton', ['profile', 'create', '-f', '-'], {
|
const cp = execa('triton', ['profile', 'create', '--yes', '-f', '-'], {
|
||||||
input: payload
|
input: payload
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user