[java-identity-provider] branch dev/IDP-2147 updated: wip
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 13 13:10:42 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=35be1142666d75c61e6c45f03803d8ba93373869
The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
new 35be11426 wip
35be11426 is described below
commit 35be1142666d75c61e6c45f03803d8ba93373869
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 13 14:09:00 2024 +0100
wip
---
idp-msi/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index aba46f206..2d1fa628d 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -148,7 +148,7 @@
<target>
<mkdir dir="${project.basedir}/gnupg" />
<chmod dir="${project.basedir}/gnupg" perm="700" verbose="true" />
- <copy todir="${project.basedir}/gnupg" file="${env.gpg_secret}" verbose="true" />
+ <copy todir="${project.basedir}/gnupg" file="${env.GPG_SECRET}" verbose="true" />
</target>
</configuration>
</execution>
@@ -176,7 +176,6 @@
<packaging>jar</packaging>
<classifier>msi</classifier>
<homedir>${project.basedir}/gnupg</homedir>
- <passphrase>${env.gpg_passphrase}</passphrase>
</configuration>
</execution>
</executions>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list