Skip to content

Commit

Permalink
noquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed Sep 19, 2024
1 parent 15c9545 commit 45d2015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
echo $appName
appId=$(anypoint-cli-v4 runtime-mgr:application:list --output json | jq '.[]|select(.name=="'"$appName"'").id')
echo $appId
appUri=$(anypoint-cli-v4 runtime-mgr:application:describe --output json "991ec2be-e013-4ba5-a2b6-ce5444bd62b9")
appUri=$(anypoint-cli-v4 runtime-mgr:application:describe --output json $appId)
echo $appUri

0 comments on commit 45d2015

Please sign in to comment.