first-run: keep 'bootstrap token' phrase so e2e log-scraper still matches
CI / Test (store) (pull_request) Successful in 4s
CI / Test (rest) (pull_request) Successful in 16s
CI / Lint (pull_request) Successful in 17s
CI / Build (windows/amd64) (pull_request) Successful in 14s
CI / Build (linux/amd64) (pull_request) Successful in 8s
CI / Build (linux/arm64) (pull_request) Successful in 14s
CI / Test (server-http) (pull_request) Successful in 1m29s
e2e / Playwright vs docker-compose (pull_request) Successful in 1m26s
CI / Test (store) (pull_request) Successful in 4s
CI / Test (rest) (pull_request) Successful in 16s
CI / Lint (pull_request) Successful in 17s
CI / Build (windows/amd64) (pull_request) Successful in 14s
CI / Build (linux/amd64) (pull_request) Successful in 8s
CI / Build (linux/arm64) (pull_request) Successful in 14s
CI / Test (server-http) (pull_request) Successful in 1m29s
e2e / Playwright vs docker-compose (pull_request) Successful in 1m26s
The CI e2e workflow greps for 'bootstrap token' in server logs to capture the one-shot token. The earlier reword dropped that phrase; restore it on the headless-instructions line so .gitea/workflows/e2e.yml step 'Capture bootstrap token from server logs' keeps matching.
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ func run() error {
|
||||
}
|
||||
fmt.Fprintln(os.Stderr, "")
|
||||
fmt.Fprintln(os.Stderr, " Headless? POST {token, username, password} to /api/bootstrap")
|
||||
fmt.Fprintln(os.Stderr, " with this one-shot token (valid until first user is created):")
|
||||
fmt.Fprintln(os.Stderr, " with this one-shot bootstrap token (valid until first user exists):")
|
||||
fmt.Fprintln(os.Stderr, " "+token)
|
||||
fmt.Fprintln(os.Stderr, "================================================================")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user