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 9139bb0 commit 7167379Copy full SHA for 7167379
.rultor.yml
@@ -11,6 +11,8 @@ decrypt:
11
release:
12
pre: false
13
script: |-
14
+ chmod 700 /home/r/*
15
+ chmod 600 /home/r/.gnupg/*
16
mvn versions:set "-DnewVersion=${tag}"
17
git commit -am "${tag}"
18
mvn clean deploy -Prelease --settings /home/r/settings.xml
0 commit comments