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 d2de3d5
Showing 1 changed file with 1 addition and 1 deletion.
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 d2de3d5

Please sign in to comment.