mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +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
|
stage: build
|
||||||
image: win10-base
|
image: win10-base
|
||||||
tags: [libvirt,powershell]
|
tags: [libvirt,powershell]
|
||||||
|
rules:
|
||||||
|
- if : '$CI_PIPELINE_TRIGGERED == null'
|
||||||
variables:
|
variables:
|
||||||
APPVEYOR_REPO_BRANCH: "${CI_COMMIT_REF_NAME}"
|
APPVEYOR_REPO_BRANCH: "${CI_COMMIT_REF_NAME}"
|
||||||
APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"
|
APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"
|
||||||
|
|
Loading…
Reference in a new issue