Skip to content

Commit

Permalink
afg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed Sep 19, 2024
1 parent 352869d commit 96b14f0
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 "$appId" | jq '.target.deploymentSettings.http.inbound.publicUrl')
appUri=$(anypoint-cli-v4 runtime-mgr:application:describe --output json "$appId"
echo $appUri

0 comments on commit 96b14f0

Please sign in to comment.