Skip to content

Commit

Permalink
debug ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad Milosevic authored and Nenad Milosevic committed Feb 10, 2025
1 parent baac6f7 commit bf9b863
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
working-directory: qa/terraform
run: |
echo "Fetching control node public IP..."
echo "CANDC_IP=$(terraform output -raw ssh-cc | sed -n 2p | cut -d '@' -f2)" >> $GITHUB_ENV
echo "CANDC_IP=$(terraform output -json ssh-cc | sed -n 2p | cut -d '@' -f2)" >> $GITHUB_ENV
echo "$CANDC_IP"
- name: Debug SSH connection
Expand Down

0 comments on commit bf9b863

Please sign in to comment.