Skip to content

Commit 0aba27f

Browse files
committed
remove temporary db var exports; no longer necessary since getodk/central#1671
1 parent 15658f8 commit 0aba27f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
sed -i 's|\${BASE_URL}|http://${DOMAIN}|g' files/service/config.json.template
6565
sed -i 's/\$scheme/https/g' files/nginx/backend.conf
6666
sed 's/your.domain.com/central-test.localhost/; s/^SSL_TYPE=letsencrypt/SSL_TYPE=upstream/' .env.template > .env
67-
echo PGHOST=postgres14 >> .env
68-
echo PGUSER=odk >> .env
69-
echo PGPASSWORD=odk >> .env
70-
echo PGPORT=5432 >> .env
7167
- name: Add domain
7268
run: echo '127.0.0.1 central-test.localhost' | sudo tee --append /etc/hosts
7369
- name: Start services

0 commit comments

Comments
 (0)