mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
19ff3645e8
Update verify-release script with required arg
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
|