Skip to content

Commit 68b9bd5

Browse files
committed
fix test
1 parent 3139856 commit 68b9bd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hack/clean-ci.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ if [[ "${GOVC_URL:-}" == "10.2.224.4" ]]; then
2525
fi
2626

2727
curl "${BOSKOS_HOST}/metric?type=gcve-vsphere-project"
28-
echo ""
29-
echo ">${GOVC_URL}<"
3028

29+
GOVC_USERNAME=$(echo "${GOVC_USERNAME}" | tr -d "\n")
30+
GOVC_PASSWORD=$(echo "${GOVC_PASSWORD}" | tr -d "\n")
3131
GOVC_URL=$(echo "${GOVC_URL}" | tr -d "\n")
32+
VSPHERE_TLS_THUMBPRINT=$(echo "${VSPHERE_TLS_THUMBPRINT}" | tr -d "\n")
33+
BOSKOS_HOST=$(echo "${BOSKOS_HOST}" | tr -d "\n")
3234

3335
# Run e2e tests
3436
make clean-ci

0 commit comments

Comments
 (0)