mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix gitlab ci syntax error
This commit is contained in:
parent
f9217384ff
commit
0649bc342d
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ codesign-macos:
|
|||
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
|
||||
variables:
|
||||
PLAT: "apple_silicon"
|
||||
- if: '$CI_RUNNER_TAGS ~= /^mac-tart/'
|
||||
- if : '$CI_RUNNER_TAGS =~ /^mac-tart/'
|
||||
variables:
|
||||
PLAT: "apple_silicon"
|
||||
- if : '$CI_COMMIT_BRANCH == "master"'
|
||||
|
|
Loading…
Reference in a new issue