From a2ae90ceeadff981e36d342bb2f28c6d0fd4f609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 10 Jan 2025 10:19:47 +0100 Subject: [PATCH] Fix the `provision` job environment Needs to be a single dict, not two environments. --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index b777e6b6ef..ca8d99982f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -134,7 +134,7 @@ jobs: - tmt: context: how: provision - - *tmt-cloud-resources + <<: *tmt-cloud-resources # Test internal plugins - <<: *test-base