mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix windows job rule
This commit is contained in:
parent
7426a00200
commit
199cea9b38
1 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue