Skip to content

Commit

Permalink
Finishing touches on #148 to get build back to green
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessimone committed Jul 30, 2021
1 parent e65af41 commit 6be1152
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Create fast, scalable custom rollups driven by Custom Metadata in your Salesforc

### Package deployment options

<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgySAAS">
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgyXAAS">
<img alt="Deploy to Salesforce"
src="./media/deploy-package-to-prod.png">
</a>

<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgySAAS">
<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgyXAAS">
<img alt="Deploy to Salesforce Sandbox"
src="./media/deploy-package-to-sandbox.png">
</a>
Expand Down
4 changes: 2 additions & 2 deletions plugins/CustomObjectRollupLogger/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Custom Object Rollup Logger

<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgxPAAS">
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgyNAAS">
<img alt="Deploy to Salesforce"
src="../../media/deploy-package-to-prod.png">
</a>

<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgxPAAS">
<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008SgyNAAS">
<img alt="Deploy to Salesforce Sandbox"
src="../../media/deploy-package-to-sandbox.png">
</a>
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-and-promote-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if($currentBranch -eq "main") {
# main is a push-protected branch; only create new package versions as part of PRs against main
Write-Output "Creating new package version"

sfdx force:package:version:create -d $sfdxProjectJson.packageDirectories[0].path -x -w 30
sfdx force:package:version:create -d $sfdxProjectJson.packageDirectories[0].path -x -w 30 -c
git add ./sfdx-project.json

# Now that sfdx-project.json has been updated, grab the latest package version
Expand Down
16 changes: 1 addition & 15 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@
"Apex Rollup - Nebula Logger": "0Ho6g000000Gn8PCAS",
"Apex Rollup - Nebula Logger@0.0.1-0": "04t6g000008SgolAAC",
"Nebula Logger - Unlocked Package@4.5.2-0-plugin-framework-enhancements": "04t5Y0000027FNaQAM",
"apex-rollup@1.2.6-0": "04t6g000008GJMsAAO",
"apex-rollup@1.2.7-0": "04t6g000008GJNqAAO",
"apex-rollup@1.2.8-0": "04t6g000008GJNvAAO",
"apex-rollup@1.2.9-0": "04t6g000008GJQVAA4",
"apex-rollup@1.2.10-0": "04t6g000008GJRnAAO",
"apex-rollup@1.2.11-0": "04t6g000008GJSbAAO",
"apex-rollup@1.2.12-0": "04t6g000008GJYBAA4",
"apex-rollup@1.2.13-0": "04t6g000008GJeUAAW",
"apex-rollup@1.2.14-0": "04t6g000008GJjQAAW",
"apex-rollup@1.2.15-0": "04t6g000008GJlbAAG",
"apex-rollup@1.2.16-0": "04t6g000008GJm0AAG",
"apex-rollup@1.2.17-0": "04t6g000008nt3WAAQ",
"apex-rollup@1.2.18-0": "04t6g000008nt4PAAQ",
"apex-rollup@1.2.19-0": "04t6g000008nt5DAAQ",
"apex-rollup@1.2.20-0": "04t6g000008nt5NAAQ",
"apex-rollup@1.2.21-0": "04t6g000008nt6kAAA",
"apex-rollup@1.2.22-0": "04t6g000008SgCUAA0",
Expand All @@ -87,6 +73,6 @@
"apex-rollup@1.2.35-0": "04t6g000008SguGAAS",
"apex-rollup@1.2.36-0": "04t6g000008SguaAAC",
"apex-rollup@1.2.37-0": "04t6g000008SguzAAC",
"apex-rollup@1.2.38-0": "04t6g000008SgySAAS"
"apex-rollup@1.2.38-0": "04t6g000008SgyXAAS"
}
}

0 comments on commit 6be1152

Please sign in to comment.