Remove release from RPM key check
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Release tag can be different from machine to machine. Checking for the version tag should be good enough. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
5bda75100a
commit
3226b4113c
@ -19,7 +19,7 @@ include:
|
|||||||
libertacasa_rpm_key:
|
libertacasa_rpm_key:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: rpm --import {{ repokey }}
|
- name: rpm --import {{ repokey }}
|
||||||
- unless: rpm -q --quiet gpg-pubkey-f8722274-5f7a4d7b
|
- unless: rpm -q --quiet gpg-pubkey-f8722274
|
||||||
|
|
||||||
libertacasa_rpm_repository:
|
libertacasa_rpm_repository:
|
||||||
pkgrepo.managed:
|
pkgrepo.managed:
|
||||||
|
Loading…
Reference in New Issue
Block a user