Merge pull request #7353 from kaovilai/e2e-updates

E2E usability updates
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-02-07 10:05:02 +08:00
committed by GitHub
20 changed files with 161 additions and 63 deletions

View File

@@ -32,6 +32,10 @@ if [[ -z "${GOOS}" ]]; then
echo "GOOS must be set"
exit 1
fi
if [[ -z "${GOBIN}" ]]; then
echo "GOBIN must be set"
exit 1
fi
if [[ -z "${GOARCH}" ]]; then
echo "GOARCH must be set"
exit 1