Skip to content

Commit

Permalink
Fix linter issue
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 11, 2024
1 parent 2be8c04 commit 1f4e258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ jobs:
- name: "Export cluster variables"
run: |
set -eu
DEX_IP=`docker network inspect kind | jq -r '.[0].IPAM.Config[] | select(.Gateway) | .Gateway' | awk -F. '{ print $1"."$2"."$3"."$4+1 }'`
ADDITIONAL_CLUSTER_IP=`docker network inspect kind | jq -r '.[0].IPAM.Config[] | select(.Gateway) | .Gateway' | awk -F. '{ print $1"."$2"."$3"."$4+2 }'`
Expand Down

0 comments on commit 1f4e258

Please sign in to comment.