mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix apple silicon pipeline
This commit is contained in:
parent
8d7175b702
commit
6bfde51ddd
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ codesign-windows:
|
||||||
stage: sign
|
stage: sign
|
||||||
image: win10-base
|
image: win10-base
|
||||||
tags: [libvirt,powershell]
|
tags: [libvirt,powershell]
|
||||||
resource_group: windows_signingA
|
rules:
|
||||||
|
- if : '$CI_PIPELINE_TRIGGERED == null'
|
||||||
|
resource_group: windows_signing
|
||||||
environment:
|
environment:
|
||||||
name: windows_signing
|
name: windows_signing
|
||||||
#variables:
|
#variables:
|
||||||
|
|
Loading…
Reference in a new issue