Skip to content

Commit

Permalink
change ip output
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed May 2, 2023
1 parent 189363e commit b50b1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ jobs:
id: ip
run:
export IP=$(python3 -m ansible adhoc localhost -m debug -a "var=access_ip_v4.value" -e @etc/kayobe/environments/$KAYOBE_ENVIRONMENT/tf-outputs.yml | grep access_ip_v4.value | awk '{print $2}' | tr -d \''"\')
echo YEET
echo $IP
echo "ip==$(echo $IP)\n" >> $GITHUB_OUTPUT
echo "ip=$(echo $IP)\n" >> $GITHUB_OUTPUT

- name: Transfer management cluster setup script
uses: appleboy/scp-action@v0.1.4
Expand Down

0 comments on commit b50b1ec

Please sign in to comment.