Update example .gitlab-ci.yml to include necessary variables

This commit is contained in:
promethea 2017-03-01 18:38:39 +02:00 committed by Spencer Florence
parent e93ee24d11
commit a08e68f5ac

View File

@ -47,6 +47,10 @@ of the CI configuration file:
```yml
image: frolvlad/alpine-glibc
variables:
RACKET_DIR: "$HOME/racket"
RACKET_VERSION: "6.8" # use the desired version of racket
before_script:
- echo "ipv6" >> /etc/modules
- apk update