Skip to content

Commit 6b92da1

Browse files
committed
Add support for changing environments on the "script" integration
Fixes #1010
1 parent b03a625 commit 6b92da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Integration/IntegrationCommandBase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ private function getFields()
362362
'conditions' => ['type' => [
363363
'webhook',
364364
'hipchat',
365+
'script',
365366
]],
366367
'default' => ['*'],
367368
'description' => 'The environment IDs to include',

0 commit comments

Comments
 (0)