trying to implement code signing support
This commit is contained in:
parent
f6f4edbb4d
commit
f9c0fbb058
@ -34,9 +34,6 @@ packaging:
|
|||||||
|
|
||||||
signing:
|
signing:
|
||||||
stage: signing
|
stage: signing
|
||||||
needs:
|
|
||||||
- job: packaging
|
|
||||||
- artifacts: true
|
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
- DEBIAN_FRONTEND="noninteractive" apt install -y wget apt-transport-https
|
- DEBIAN_FRONTEND="noninteractive" apt install -y wget apt-transport-https
|
||||||
@ -60,9 +57,6 @@ signing:
|
|||||||
publishing:
|
publishing:
|
||||||
stage: publishing
|
stage: publishing
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
needs:
|
|
||||||
- job: packaging
|
|
||||||
- artifacts: true
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user