0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-23 12:55:43 +01:00

Remove leftover EXECUTABLE reassignment in test-e2e.sh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-02-15 12:13:45 +01:00
parent cb1c0a9521
commit 03f05abb67
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -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"