From: Gerrit Code Review <gerrit@automotivelinux.org> Date: Sat, 10 Nov 2018 18:04:28 +0000 (+0000) Subject: Remove force option from 'Push Annotated Tag' permission X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=603719fe4078c0dbca25f8e89f745636a0656625;p=AGL.git Remove force option from 'Push Annotated Tag' permission The force option on 'Push Annotated Tag' had no effect and is no longer supported. --- diff --git a/project.config b/project.config index 906a17c..4f45dc0 100644 --- a/project.config +++ b/project.config @@ -38,29 +38,29 @@ [label "ci-image-build"] function = NoBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified defaultValue = 0 [label "ci-image-boot-test"] function = NoBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified defaultValue = 0 [label "ci-image-ltsi-test"] function = NoBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified defaultValue = 0 [label "ci-image-ui-test"] function = NoBlock value = -1 Fails - value = 0 No score + value = 0 No score value = +1 Verified defaultValue = 0 [access "refs/tags/*"] - pushTag = +force group AGL-admins + pushTag = group AGL-admins pushTag = group AGL-mergers pushSignedTag = group AGL-admins pushSignedTag = group AGL-mergers