Skip to content

Commit b2fd542

Browse files
committed
dbhost postgres
1 parent eae3c1f commit b2fd542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ before_script:
2121
# Wait until database is ready
2222
- timeout 5m bash -c 'echo -e "DB...\c"; until </dev/tcp/127.0.0.1/5432; do echo -e ".\c"; sleep 1; done; echo "ok";' 2> /dev/null
2323
- cd ../..
24+
<<<<<<< HEAD
2425
- moodle-plugin-ci install --moodle="moodle-upstream-core" --db-user=moodleci --db-pass=moodleing --db-host=127.0.0.1
26+
=======
27+
- moodle-plugin-ci install --moodle="moodle-upstream-core" --db-user=root --db-pass=superrootpass --db-host=postgres
28+
>>>>>>> dbhost postgres
2529

2630
.job_template: &job_definition
2731
script:

0 commit comments

Comments
 (0)