Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit deba58e

Browse files
committed
Fixes #57: Change Yes to No for wipe option.
1 parent 3c4d42e commit deba58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/backport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$site_ids,
6363
[
6464
'synchronize_all_users' => 'yes',
65-
'wipe_target_environment' => 'yes',
65+
'wipe_target_environment' => 'no',
6666
'detailed_status' => 'no',
6767
]
6868
);

examples/deploy-uat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function start_production_backport(ClientInterface $client, $toEnv = 'uat') {
184184
$site_ids,
185185
[
186186
'synchronize_all_users' => 'yes',
187-
'wipe_target_environment' => 'yes',
187+
'wipe_target_environment' => 'no',
188188
'detailed_status' => 'no',
189189
]
190190
);

0 commit comments

Comments
 (0)