Update .gitlab-ci.yml
This commit is contained in:
parent
aca93b63fb
commit
7e18dec6e8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue