Skip to content

Commit

Permalink
move stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed May 2, 2023
1 parent 49859fd commit f825e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ jobs:
- name: Get IP
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 \''"\')
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 "ip<<EOF" >> $GITHUB_OUTPUT
echo $IP >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f825e18

Please sign in to comment.