Skip to content

Commit

Permalink
Merge pull request #3 from hutte-recipes/test-migration-1710700566
Browse files Browse the repository at this point in the history
ci: mock change
  • Loading branch information
mmoyaferrer authored Mar 17, 2024
2 parents 48b3628 + 86dd3a4 commit b1153bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
with:
fetch-depth: 0

- name: "Authenticate Dev Hub"
- name: Authenticate Dev Hub
run: |
echo "${{ secrets.DEVHUB_SFDX_AUTH_URL }}" > ./authfile
sf org login sfdx-url -f authfile -a devhub
- name: "Configure Git for Hutte CLI"
- name: Configure Git for Hutte CLI
run: |
git config --global --add safe.directory /__w/hutte-dxatscale/hutte-dxatscale
git config --global --add safe.directory /__w/hutte-flxbl/hutte-flxbl
# Note: Using Hutte pool org rather than Flxbl Pool
- name: "Push source to Hutte scratch org from pool"
- name: Push source to Hutte scratch org from pool
run: |
echo y | sf plugins install hutte
sf hutte pool take --api-token "${{ secrets.HUTTE_API_TOKEN }}" --json --wait
Expand Down
4 changes: 2 additions & 2 deletions src/es-base-code/main/default/classes/CustomerServices.cls
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public inherited sharing class CustomerServices {
Customer_Status__r.QualifiedAPIName
FROM Customer_Fields__mdt
WHERE Sobject_Type__r.QualifiedAPIName = :objectType
// WITH SECURITY_ENFORCED
//WITH SECURITY_ENFORCED
]) {
customer = new Customer(
c.Customer_Name__r.QualifiedAPIName,
Expand Down Expand Up @@ -67,4 +67,4 @@ public inherited sharing class CustomerServices {
this.Id = custId;
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com" fqn="CustomerServices">
<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>57.0</apiVersion>
<status>Active</status>
</ApexClass>

0 comments on commit b1153bf

Please sign in to comment.