Skip to content

Commit ec1d967

Browse files
committed
Add missing variables.
See #917
1 parent 999f365 commit ec1d967

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/deploy-milestone.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
set -euo pipefail
44

5+
GNUPGHOME=/tmp/gpghome
6+
export GNUPGHOME
7+
8+
mkdir $GNUPGHOME
9+
cp $KEYRING $GNUPGHOME
10+
511
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-vault" ./mvnw -s settings.xml -Pci,central,release \
612
-Dgpg.passphrase=${PASSPHRASE} \
713
-Dgpg.secretKeyring=${GNUPGHOME}/secring.gpg \

0 commit comments

Comments
 (0)