GHA: skip generate/upload downloads page from maven build

This commit is contained in:
aboyko
2023-07-21 10:33:28 -04:00
parent 1148411e69
commit 823ca7ad56
2 changed files with 1 additions and 2 deletions

View File

@@ -324,7 +324,6 @@
<version>1.7</version>
<executions>
<!--
<execution>
<id>update-nightly-downloads</id>
<phase>verify</phase>
@@ -367,7 +366,6 @@
<goal>run</goal>
</goals>
</execution>
-->
<execution>
<id>generate-s3-upload-info</id>

View File

@@ -146,6 +146,7 @@
<dist.secretKey>${env.tools_s3_secret_key}</dist.secretKey>
<gpg.passphrase>${env.gpg_passphrase}</gpg.passphrase>
<gpg.keyname>${env.gpg_keyname}</gpg.keyname>
<skip.update-nightly-download-page>true</skip.update-nightly-download-page>
</properties>
</profile>