Update verify-release script (#58812)
Update verify-release script with required arg
(cherry picked from commit 19ff3645e8)
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. scripts/grafana-server/variables
|
|
|
|
# The run-suite script requires a second argument to determine if videos should be recorded
|
|
./e2e/run-suite verify/specs true
|