Skip to content

Commit

Permalink
Update push_create-package1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnforeland committed Nov 18, 2020
1 parent cf547ff commit 268b53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_create-package1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
sfdx force:package:install --package ${{ needs.create-package.outputs.packageId }} -w 20 -b 20 -u integration-sandbox -r -k ${{ secrets.PACKAGE_KEY }} --json | tee output
echo "::set-output name=installOutput::$(cat output)"
echo "::set-output name=installOutput::$(cat output | jq '.message' -r)"
if [ $(cat output | jq '.status') == "0" ]; then
echo "::set-output name=successfullyInstalled::true"
fi
Expand All @@ -122,7 +122,7 @@ jobs:
echo
echo FAILED TO INSTALL PACKAGE IN SIT SANDBOX
echo
echo ${{ needs.validate-in-sit.outputs.installOutput }} | jq '.message' -r
echo ${{ needs.validate-in-sit.outputs.installOutput }}
exit 125
fi
Expand Down

0 comments on commit 268b53d

Please sign in to comment.