Skip to content

Commit 4820442

Browse files
committed
Remove dx_pull and dx_push tasks
1 parent 95177ad commit 4820442

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

cumulusci/cumulusci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,6 @@ tasks:
286286
options:
287287
src_dir: src
288288
group: Salesforce DX
289-
dx_pull:
290-
description: Uses sfdx to pull from a scratch org into the force-app directory
291-
class_path: cumulusci.tasks.sfdx.SFDXOrgTask
292-
options:
293-
command: "project retrieve start --ignore-conflicts"
294-
group: Salesforce DX
295-
dx_push:
296-
description: Uses sfdx to push the force-app directory metadata into a scratch org
297-
class_path: cumulusci.tasks.sfdx.SFDXOrgTask
298-
options:
299-
command: "project deploy start --ignore-conflicts"
300-
group: Salesforce DX
301289
enable_einstein_prediction:
302290
description: Enable an Einstein Prediction Builder prediction.
303291
class_path: cumulusci.tasks.salesforce.enable_prediction.EnablePrediction

0 commit comments

Comments
 (0)