Skip to content
Snippets Groups Projects
Commit 63e95179 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Fix CI yaml example

parent 2550c1c2
No related branches found
No related tags found
No related merge requests found
Loading
@@ -985,11 +985,11 @@ directive defined in `.postgres_services` and `.mysql_services` respectively:
Loading
@@ -985,11 +985,11 @@ directive defined in `.postgres_services` and `.mysql_services` respectively:
- ruby - ruby
   
test:postgres: test:postgres:
<< *job_definition <<: *job_definition
services: *postgres_definition services: *postgres_definition
   
test:mysql: test:mysql:
<< *job_definition <<: *job_definition
services: *mysql_definition services: *mysql_definition
``` ```
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment