Fix use of markdown on Gitlab CI README

This commit is contained in:
Paulo Matos 2019-10-09 14:52:35 +02:00
parent f6d7e6fa65
commit b81724c38d

View File

@ -3,9 +3,13 @@
In order to speed up building and testing of Racket, we have prepared some Docker images. In order to speed up building and testing of Racket, we have prepared some Docker images.
Currently pushed to DockerHub under the pmatos/racket-ci repo. This is then used in the CI Currently pushed to DockerHub under the pmatos/racket-ci repo. This is then used in the CI
configuration with: configuration with:
```
image: "pmatos/racket-ci:testdeps" # for testing jobs image: "pmatos/racket-ci:testdeps" # for testing jobs
```
or: or:
```
image: "pmatos/racket-ci:builddeps" # for build jobs image: "pmatos/racket-ci:builddeps" # for build jobs
```
The Makefile does the build/push automatically but you need to be logged in - use `docker login`. The Makefile does the build/push automatically but you need to be logged in - use `docker login`.