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