diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2024-02-17 15:33:05 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2024-02-17 15:33:05 -0500 |
commit | 0649bc342dea6402dc9ba3d697c3ab9f91eca033 (patch) | |
tree | c6cbe728c7f638d6db180f30d8d94a79b4e084ef | |
parent | Codesign for AS (diff) | |
download | nheko-0649bc342dea6402dc9ba3d697c3ab9f91eca033.tar.xz |
Fix gitlab ci syntax error
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 307bdb8f..0d0bb51a 100644 --- a/.gitlab-ci.yml +++ b/.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"' |