Fix gitlab ci syntax error

gitlab_as_runner
Joseph Donofry 9 months ago
parent f9217384ff
commit 0649bc342d
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .gitlab-ci.yml

@ -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…
Cancel
Save