File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function snapshot_build() {
7070 export MAVEN_GPG_PASSPHRASE=" ${CI_SIGN_PASSPHRASE} "
7171 ${xvfb_cmd} ./mvnw clean verify \
7272 --show-version --errors --batch-mode --no-transfer-progress \
73- --activate-profiles sign_env \
73+ --activate-profiles sign_env -Dgpg.keyname= " ${CI_SIGN_KEYNAME} " \
7474 -Dtarget.platform=${TARGET_PLATFORM}
7575 unset MAVEN_GPG_PASSPHRASE
7676
@@ -122,7 +122,7 @@ function release_build() {
122122 export MAVEN_GPG_PASSPHRASE=" ${CI_SIGN_PASSPHRASE} "
123123 ${xvfb_cmd} ./mvnw clean verify \
124124 --show-version --errors --batch-mode --no-transfer-progress \
125- --activate-profiles sign_env \
125+ --activate-profiles sign_env -Dgpg.keyname= " ${CI_SIGN_KEYNAME} " \
126126 -Dtarget.platform=${TARGET_PLATFORM}
127127 unset MAVEN_GPG_PASSPHRASE
128128
You can’t perform that action at this time.
0 commit comments