summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2024-02-17 15:33:05 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2024-02-17 15:33:05 -0500
commit0649bc342dea6402dc9ba3d697c3ab9f91eca033 (patch)
treec6cbe728c7f638d6db180f30d8d94a79b4e084ef
parentCodesign for AS (diff)
downloadnheko-0649bc342dea6402dc9ba3d697c3ab9f91eca033.tar.xz
Fix gitlab ci syntax error
-rw-r--r--.gitlab-ci.yml2
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"'