File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ # Check out all text files in UNIX format, with LF as end of line
2+ # Don't change this file. If you have any ideas about it, please
3+ # submit a separate issue about it and we'll discuss.
4+
5+ * text =auto eol =lf
6+ * .java ident
7+ * .xml ident
8+ * .png binary
Original file line number Diff line number Diff line change 1+ docker :
2+ image : yegor256/rultor-image:1.21.0
13assets :
24 settings.xml : yegor256/home#assets/sttc/settings.xml
35 pubring.gpg : yegor256/home#assets/pubring.gpg
46 secring.gpg : yegor256/home#assets/secring.gpg
5- env :
6- MAVEN_OPTS : -XX:MaxPermSize=256m -Xmx1g
7- install :
8- - sudo gem install pdd -v 0.20.5
97merge :
108 script : |-
119 pdd -f /dev/null
1210 mvn clean install -Pqulice --errors --settings ../settings.xml
13- deploy :
14- script : |-
15- pdd -f /dev/null
16- mvn clean deploy -Pqulice --errors --settings ../settings.xml
1711release :
1812 script : |-
1913 pdd -f /dev/null
You can’t perform that action at this time.
0 commit comments