Skip to content
Snippets Groups Projects
Verified Commit e7275386 authored by Joe Donofry's avatar Joe Donofry
Browse files

Remove test configurations

parent 7a8bfe49
No related branches found
No related tags found
No related merge requests found
Pipeline #4526 passed
...@@ -186,7 +186,7 @@ build-flatpak-amd64: ...@@ -186,7 +186,7 @@ build-flatpak-amd64:
after_script: after_script:
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-amd64.flatpak - bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-amd64.flatpak
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true - (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: rules:
- if : '$CI_PIPELINE_TRIGGERED == null' - if : '$CI_PIPELINE_TRIGGERED == null'
cache: cache:
...@@ -218,9 +218,9 @@ build-flatpak-arm64: ...@@ -218,9 +218,9 @@ build-flatpak-arm64:
after_script: after_script:
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak - bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true - (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: rules:
- if : '$CI_PIPELINE_TRIGGERED == "123456"' - if : '$CI_PIPELINE_TRIGGERED == null'
cache: cache:
key: "$CI_JOB_NAME" key: "$CI_JOB_NAME"
paths: paths:
...@@ -316,7 +316,7 @@ github-release: ...@@ -316,7 +316,7 @@ github-release:
image: alpine:latest image: alpine:latest
tags: [docker] tags: [docker]
rules: rules:
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/' - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
dependencies: dependencies:
- appimage-amd64 - appimage-amd64
- build-flatpak-arm64 - build-flatpak-arm64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment