We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b77d commit cef0ed5Copy full SHA for cef0ed5
.rultor.yml
@@ -14,7 +14,7 @@ release:
14
mkdir /home/r/gpg
15
mv /home/r/pubring.gpg /home/r/gpg/pubring.gpg
16
mv /home/r/secring.gpg /home/r/gpg/secring.gpg
17
- sudo chmod -R 600 /home/r/gpg
+ sudo chmod -R 700 /home/r/gpg
18
mvn versions:set "-DnewVersion=${tag}"
19
git commit -am "${tag}"
20
mvn clean deploy -Prelease --settings /home/r/settings.xml
0 commit comments