Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hypernode-platform/tools/hypernode-brancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $testStage = $configuration->addStage('test', 'example.com');
// and run your tests. Cancel it when your tests fail or after your tests pass to incur minimal costs.
$testStage->addBrancherServer('example')
->setLabels(['stage=test'])
->setSettings(['clear_services' => ['cron', 'supervisor']);
->setSettings(['clear_services' => ['cron', 'supervisor']]);

return $configuration;
```
Expand Down
Loading