[java-identity-provider] branch dev/IDP-2147 updated: IDP-2147 Try uppercase env variables for Windows
Tom Zeller
tzeller at dragonacea.biz
Tue Apr 9 13:46:40 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller 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=8a6635c60a0ec14941deca39215e7eef5b88cf4c
The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
new 8a6635c60 IDP-2147 Try uppercase env variables for Windows
8a6635c60 is described below
commit 8a6635c60a0ec14941deca39215e7eef5b88cf4c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Apr 9 08:46:28 2024 -0500
IDP-2147 Try uppercase env variables for Windows
https://shibboleth.atlassian.net/browse/IDP-2147
---
idp-msi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 41c5b081b..86b8daa08 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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list