mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix ci rule
This commit is contained in:
parent
9a0320dd50
commit
8691e029b5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue