Update .gitlab-ci.yml

This commit is contained in:
Matthieu 2023-06-22 12:04:36 +00:00
parent aca93b63fb
commit 7e18dec6e8
1 changed files with 4 additions and 12 deletions

View File

@ -103,17 +103,6 @@ debugTests:
connected 27 default x86_64:
<<: *connected-template
fdroid build:
stage: build
image: registry.gitlab.com/fdroid/ci-images-client:latest
tags:
- server_artectrex
artifacts:
paths:
- signed/
when: always
only:
- tags
cache:
key: "$CI_JOB_NAME"
paths:
@ -124,13 +113,16 @@ fdroid build:
fdroid build:
stage: build
image: registry.gitlab.com/mvglasow/ci-images-server:latest
tags:
- server_artectrex
allow_failure: true
artifacts:
# name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- signed/
- unsigned/
when: always
only:
- tags
cache:
key: "$CI_JOB_NAME"
paths: