Fix windows job rule

This commit is contained in:
Nicolas Werner 2023-12-13 20:10:09 +01:00
parent 7426a00200
commit 199cea9b38
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -15,6 +15,8 @@ build-windows:
stage: build
image: win10-base
tags: [libvirt,powershell]
rules:
- if : '$CI_PIPELINE_TRIGGERED == null'
variables:
APPVEYOR_REPO_BRANCH: "${CI_COMMIT_REF_NAME}"
APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"