Commit 077214e5 authored by Boxiang Sun's avatar Boxiang Sun

peertube: test debug

parent ed031242
Pipeline #25189 passed with stage
in 0 seconds
...@@ -26,7 +26,7 @@ md5sum = 458870b70c33a1621b68961ae2372ad5 ...@@ -26,7 +26,7 @@ md5sum = 458870b70c33a1621b68961ae2372ad5
[template-peertube-service] [template-peertube-service]
filename = template-peertube-service.sh.in filename = template-peertube-service.sh.in
md5sum = f4098a814c051c8636fe0c98fe74ac0c md5sum = fe42401ea8df7a245955683535f8a063
[template-peertube-yaml] [template-peertube-yaml]
filename = template-peertube.yaml.in filename = template-peertube.yaml.in
......
...@@ -9,7 +9,7 @@ die() { ...@@ -9,7 +9,7 @@ die() {
# run psql on gitlab db # run psql on gitlab db
psql() { psql() {
$${postgresql:bin}/psql \ PGPASSWORD=$${postgresql:password} $${postgresql:bin}/psql \
-h $${postgresql:ipv4} \ -h $${postgresql:ipv4} \
-p $${postgresql:port} \ -p $${postgresql:port} \
-U $${postgresql:superuser} \ -U $${postgresql:superuser} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment