Skip to content

Commit

Permalink
Use proper public plan
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Dec 5, 2024
1 parent 31be652 commit 89b21d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions export_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ fi
dockerfile=Dockerfile."$os_test"
case "$os_test" in
"c9s")
tmt_plan="c9s"
tmt_plan="c9s$"
context="$context_prefix CentOS Stream 9"
compose="CentOS-Stream-9"
;;
"c10s")
tmt_plan="c10s"
tmt_plan="c10s$"
context="$context_prefix CentOS Stream 10"
compose="CentOS-Stream-10"
;;
"fedora")
tmt_plan="fedora"
tmt_plan="fedora$"
context="Fedora"
compose="Fedora-latest"
;;
Expand Down

0 comments on commit 89b21d8

Please sign in to comment.