Revision b374b012609f1021e0ebd6731bc8ff242ea38a58 authored by Victor Marin on 14 October 2022, 08:52:12 UTC, committed by GitHub on 14 October 2022, 08:52:12 UTC
1 parent 902a230
Raw File
verify-release
#!/bin/bash

. scripts/grafana-server/variables

./e2e/run-suite verify/specs
back to top