mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actions debugging
This commit is contained in:
parent
33914ac4a1
commit
719a787ec3
@ -44,6 +44,13 @@
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
|
@ -12,7 +12,8 @@
|
||||
<properties>
|
||||
<gpg.executable>gpg</gpg.executable>
|
||||
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
|
||||
<gpg.passphraseServerId>${env.GPG_SERVER_NAME}</gpg.passphraseServerId>
|
||||
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
|
||||
<!-- <gpg.passphraseServerId>${env.GPG_SERVER_NAME}</gpg.passphraseServerId>-->
|
||||
<!-- <gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>-->
|
||||
</properties>
|
||||
</profile>
|
||||
|
Loading…
Reference in New Issue
Block a user