Skip to content

Commit

Permalink
Fix local_e2e_tests CI job from kubeapps-general.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jesús Benito Calzada <[email protected]>
  • Loading branch information
Jesús Benito Calzada committed Jul 10, 2024
1 parent e466f74 commit 272e3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ jobs:
- name: "Export cluster variables"
run: |
set -eu
DEX_IP=`docker network inspect kind | jq '.[0].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+1 }'`
ADDITIONAL_CLUSTER_IP=`docker network inspect kind | jq '.[0].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+2 }'`
DEX_IP=`docker network inspect kind | jq '.[1].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+1 }'`
ADDITIONAL_CLUSTER_IP=`docker network inspect kind | jq '.[1].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+2 }'`
echo DEFAULT_DEX_IP=$DEFAULT_DEX_IP
echo DEX_IP=$DEX_IP
Expand Down

0 comments on commit 272e3c5

Please sign in to comment.