Skip to content

Commit

Permalink
Merge pull request #1106 from bcgov/BCMOHAD-18447
Browse files Browse the repository at this point in the history
BCMOHAD-18447 || cleaning up sf command
  • Loading branch information
NataliaNikishina authored Jan 13, 2024
2 parents 613ad1c + 7092489 commit bfd5789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# sfdx force:org:create -v devhub -s -f config/project-scratch-def.json -a ciorg -d 1

- name: Installing SF managed packages
run: sf package install --package "04t4W000000YWaz" -o ciorg -w 15
run: sf package install --package "04t4W000000YWaz" -o ciorg -w 15 --noprompt

- name: Set deployment user standard security
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sf project deploy start -d dev-app-pre -o SAT-STAGING -w 15

- name: Install version ID
run: sf package install --package "${{ github.event.inputs.package }}" -o SAT-STAGING -b 15 -w 15 --noprompt --wait 10
run: sf package install --package "${{ github.event.inputs.package }}" -o SAT-STAGING -b 15 --noprompt --wait 10

- name: Re-deploy default objects
run: sf project deploy start -d force-app/main/default/objects -o SAT-STAGING -w 15
Expand Down

0 comments on commit bfd5789

Please sign in to comment.