diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:25:47 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-27 16:25:47 -0500 |
commit | 8691e029b5256b3e13a18aa4e2f230dd2f064ce3 (patch) | |
tree | b543ab37d880adf95b21ed47a1ae54f2a93db247 | |
parent | Make github script executable (diff) | |
download | nheko-8691e029b5256b3e13a18aa4e2f230dd2f064ce3.tar.xz |
Fix ci rule
-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 c6079f52..a101cfcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,7 +218,7 @@ build-flatpak-arm64: - bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak - (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true rules: - - if : '$CI_PIPELINE_TRIGGERED == 123456' + - if : '$CI_PIPELINE_TRIGGERED == "123456"' cache: key: "$CI_JOB_NAME" paths: |