]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
.gitlab-ci.yml: Fix Leap 15.4 codestyle job
authorErik Skultety <eskultet@redhat.com>
Wed, 3 May 2023 09:09:15 +0000 (11:09 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 9 May 2023 06:42:09 +0000 (08:42 +0200)
Commit a3cc0e9ceb3e forgot to tweak the codestyle job so that we refer
to Leap 15.4 as Leap 15 (with the recent change in lcitool). However,
it was easy to miss as that job is not managed by the manifest.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
.gitlab-ci.yml

index 3a36c0ef1860bfb32d4dced4043d06fa2b7d8836..2378b1a39f42ec8563f36f6485e659cc5b0a888d 100644 (file)
@@ -118,10 +118,10 @@ codestyle_prebuilt_env:
     - .codestyle_job
     - .gitlab_native_build_job_prebuilt_env
   needs:
-    - job: x86_64-opensuse-leap-154-container
+    - job: x86_64-opensuse-leap-15-container
       optional: true
   variables:
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
 
 codestyle_local_env:
   extends:
@@ -129,7 +129,7 @@ codestyle_local_env:
     - .gitlab_native_build_job_local_env
   variables:
     IMAGE: registry.opensuse.org/opensuse/leap:15.4
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
 
 
 # This artifact published by this job is downloaded to push to Weblate