File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
3232 sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
3333 sudo service postgresql start
34- sleep 10
34+ sleep 30
3535 psql -c 'create database nativejson;' -U postgres
3636 mvn install -Pci -B --settings ../settings.xml
3737
@@ -45,7 +45,7 @@ release:
4545 sudo sh -c 'echo "host all all localhost trust" > /etc/postgresql/9.3/main/pg_hba.conf'
4646 sudo sh -c 'echo "local all all trust" >> /etc/postgresql/9.3/main/pg_hba.conf'
4747 sudo service postgresql start
48- sleep 10
48+ sleep 30
4949 psql -c 'create database nativejson;' -U postgres
5050 mvn versions:set "-DnewVersion=${tag}"
5151 git commit -am "${tag}"
You can’t perform that action at this time.
0 commit comments