mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Remove test configurations
This commit is contained in:
parent
7a8bfe4940
commit
e727538603
1 changed files with 4 additions and 4 deletions
|
@ -186,7 +186,7 @@ build-flatpak-amd64:
|
|||
after_script:
|
||||
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-amd64.flatpak
|
||||
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true
|
||||
- (cd $CI_BUILDS_DIR && mkdir -p artifacts && cp build-flatpak/nheko-amd64.flatpak artifacts/) || true
|
||||
- (cd .. && mkdir -p artifacts && cp build-flatpak/nheko-amd64.flatpak artifacts/) || true
|
||||
rules:
|
||||
- if : '$CI_PIPELINE_TRIGGERED == null'
|
||||
cache:
|
||||
|
@ -218,9 +218,9 @@ build-flatpak-arm64:
|
|||
after_script:
|
||||
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak
|
||||
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true
|
||||
- (cd $CI_BUILDS_DIR && mkdir -p artifacts && cp build-flatpak/nheko-arm64.flatpak artifacts/) || true
|
||||
- (cd .. && mkdir -p artifacts && cp build-flatpak/nheko-arm64.flatpak artifacts/) || true
|
||||
rules:
|
||||
- if : '$CI_PIPELINE_TRIGGERED == "123456"'
|
||||
- if : '$CI_PIPELINE_TRIGGERED == null'
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
|
@ -316,7 +316,7 @@ github-release:
|
|||
image: alpine:latest
|
||||
tags: [docker]
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
|
||||
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
|
||||
dependencies:
|
||||
- appimage-amd64
|
||||
- build-flatpak-arm64
|
||||
|
|
Loading…
Reference in a new issue