Skip to content

Commit

Permalink
Update ci/jenkins/test.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Quan Tian <[email protected]>
  • Loading branch information
lzhecheng and tnqn authored Oct 21, 2021
1 parent b4346ea commit e9bc1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function deliver_antrea_windows {
export_govc_env_var

if [[ "${PROXY_ALL}" == true ]]; then
echo "====== Updating yaml files to enabled proxyAll ======"
echo "====== Updating yaml files to enable proxyAll ======"
KUBERNETES_SVC_EP_IP=$(kubectl get endpoints kubernetes -o jsonpath='{.subsets[0].addresses[0].ip}')
KUBERNETES_SVC_EP_PORT=$(kubectl get endpoints kubernetes -o jsonpath='{.subsets[0].ports[0].port}')
KUBERNETES_SVC_EP_ADDR="${KUBERNETES_SVC_EP_IP}:${KUBERNETES_SVC_EP_PORT}"
Expand Down

0 comments on commit e9bc1e8

Please sign in to comment.