diff --git a/tools/test-e2e.sh b/tools/test-e2e.sh index 3df7de995f..67b46698d9 100755 --- a/tools/test-e2e.sh +++ b/tools/test-e2e.sh @@ -1,8 +1,6 @@ #!/bin/bash set -euo pipefail -EXECUTABLE="./${EXECUTABLE}" - # Determine the Gitea server URL, either from E2E_URL env var or from custom/conf/app.ini if [ -z "${E2E_URL:-}" ]; then INI_FILE="custom/conf/app.ini"