File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff 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
3831env :
3932 MAVEN_OPTS : -XX:MaxPermSize=256m -Xmx1g
4033
4134release :
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
You can’t perform that action at this time.
0 commit comments