Fix gitlab ci syntax error

This commit is contained in:
Joseph Donofry 2024-02-17 15:33:05 -05:00
parent f9217384ff
commit 0649bc342d
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -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"'