Skip to content

Commit

Permalink
Debug get armonik-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Nov 13, 2024
1 parent 0d4f131 commit 7e4e6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
env:
TYPE: ${{ matrix.type }}
run: |
set -ex
echo $TYPE
armonik_output_path="infrastructure/quick-deploy/$TYPE/generated/armonik-output.json"
grpc_endpoint=$(cat $armonik_output_path | jq -r '.armonik.control_plane_url' | sed -r 's/(http:\/\/)([^:]*)(:.*)/\2/')
echo "grpc-endpoint=$grpc_endpoint" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7e4e6d6

Please sign in to comment.