fix: set status
This commit is contained in:
parent
14be2c1ebf
commit
06e00ffccb
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public function handle(): void
|
||||||
|
|
||||||
$this->executeNow([
|
$this->executeNow([
|
||||||
"echo 'Started! 🎉'"
|
"echo 'Started! 🎉'"
|
||||||
]);
|
], setStatus: true);
|
||||||
} else {
|
} else {
|
||||||
// Pull builder image
|
// Pull builder image
|
||||||
$this->executeNow([
|
$this->executeNow([
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue