Skip to content

Commit 10f4540

Browse files
committed
Fix release
1 parent bef825a commit 10f4540

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.rultor.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,15 @@ merge:
2626
commanders:
2727
- velo
2828
script: |-
29-
sudo apt-get update -y
30-
sudo apt-get install -y postgresql-9.3
31-
sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
32-
sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
33-
sudo service postgresql start
34-
sleep 30
35-
psql -c 'create database nativejson;' -U postgres
3629
mvn install -Pci -B --settings ../settings.xml
3730
3831
env:
3932
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
4033

4134
release:
4235
script: |-
43-
sudo apt-get update -y
44-
sudo apt-get install -y postgresql-9.3
45-
sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
46-
sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
47-
sudo service postgresql start
48-
sleep 30
49-
psql -c 'create database nativejson;' -U postgres
5036
mvn versions:set "-DnewVersion=${tag}"
5137
git commit -am "${tag}"
52-
mvn deploy -Pci -B -Prelease --settings ../settings.xml -Dgpg.homedir=..
38+
mvn deploy -Pci -B -Prelease --settings ../settings.xml -Dgpg.homedir=.. -DskipTests=true
5339
commanders:
5440
- velo

0 commit comments

Comments
 (0)