Update .gitlab-ci.yml
This commit is contained in:
parent
aca93b63fb
commit
7e18dec6e8
|
@ -103,17 +103,6 @@ debugTests:
|
||||||
connected 27 default x86_64:
|
connected 27 default x86_64:
|
||||||
<<: *connected-template
|
<<: *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:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
|
@ -124,13 +113,16 @@ fdroid build:
|
||||||
fdroid build:
|
fdroid build:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/mvglasow/ci-images-server:latest
|
image: registry.gitlab.com/mvglasow/ci-images-server:latest
|
||||||
|
tags:
|
||||||
|
- server_artectrex
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
# name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
# name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||||
paths:
|
paths:
|
||||||
- signed/
|
- signed/
|
||||||
- unsigned/
|
|
||||||
when: always
|
when: always
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue