We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae3c1f commit b2fd542Copy full SHA for b2fd542
.gitlab-ci.yml
@@ -21,7 +21,11 @@ before_script:
21
# Wait until database is ready
22
- 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
23
- cd ../..
24
+<<<<<<< HEAD
25
- 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
29
30
.job_template: &job_definition
31
script:
0 commit comments