File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ osc=${osc:-retry -e -- osc}
2424src_project=${src_project:- devel: openQA}
2525staging_project=${staging_project:- ${src_project} : testing}
2626dst_project=${dst_project:- ${src_project} : tested}
27+ scenario_definitions=" ${scenario_definitions:- " scenario-definitions.yaml" } "
2728
2829# shellcheck source=/dev/null
2930. " $( dirname " $0 " ) " /_common
@@ -64,7 +65,7 @@ download_latest_published_tumbleweed_image() {
6465
6566download_scenario () {
6667 rm -f /var/tmp/sd.yaml
67- curl https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-openQA/master/scenario-definitions.yaml -o /var/tmp/sd.yaml
68+ curl https://raw.githubusercontent.com/os-autoinst/os-autoinst-distri-openQA/master/" ${scenario_definitions} " -o /var/tmp/sd.yaml
6869}
6970
7071create_snapshots () {
You can’t perform that action at this time.
0 commit comments