Skip to content

Commit

Permalink
Updating --ignore-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmulamalla committed Jul 12, 2024
1 parent 0087f2e commit b135368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Manual Build Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: sf project deploy start -d dev-app-pre -o ciorg

- name: Deploy source force-app
run: sf project deploy start -d force-app -o ciorg
run: sf project deploy start -d force-app -o ciorg --ignore-conflicts

- name: Deploy source default objects
run: sf project deploy start -d force-app/main/default/objects -o ciorg -w 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: sf project deploy start -d dev-app-pre -o ciorg

- name: Deploy source force-app
run: sf project deploy start -d force-app -o ciorg
run: sf project deploy start -d force-app -o ciorg --ignore-conflicts

- name: Deploy source default objects
run: sf project deploy start -d force-app/main/default/objects -o ciorg -w 15
Expand Down

0 comments on commit b135368

Please sign in to comment.