Skip to content

Commit

Permalink
CMDCT-4105 - adds raw output to jq for consistency and non-breaking w…
Browse files Browse the repository at this point in the history
…hen we add playwright
  • Loading branch information
peoplespete committed Jan 21, 2025
1 parent 7791707 commit 8a62a56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ permissions:
contents: read
actions: read

env:
SERVERLESS_LICENSE_KEY: ${{ secrets.SERVERLESS_LICENSE_KEY }}

jobs:
destroy:
# Protected branches should be designated as such in the GitHub UI.
Expand Down
2 changes: 1 addition & 1 deletion services/output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ if [ $output = "url" ]; then
fi

cd $service
serverless info --stage $stage --json | jq --arg output $output '.outputs[] | select(.OutputKey == $output) | .OutputValue'
serverless info --stage $stage --json | jq --raw-output --arg output $output '.outputs[] | select(.OutputKey == $output) | .OutputValue'
cd ..

0 comments on commit 8a62a56

Please sign in to comment.