Fix gitlab ci syntax error
This commit is contained in:
parent
f9217384ff
commit
0649bc342d
@ -298,7 +298,7 @@ codesign-macos:
|
|||||||
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
|
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
|
||||||
variables:
|
variables:
|
||||||
PLAT: "apple_silicon"
|
PLAT: "apple_silicon"
|
||||||
- if: '$CI_RUNNER_TAGS ~= /^mac-tart/'
|
- if : '$CI_RUNNER_TAGS =~ /^mac-tart/'
|
||||||
variables:
|
variables:
|
||||||
PLAT: "apple_silicon"
|
PLAT: "apple_silicon"
|
||||||
- if : '$CI_COMMIT_BRANCH == "master"'
|
- if : '$CI_COMMIT_BRANCH == "master"'
|
||||||
|
Loading…
Reference in New Issue
Block a user