From a08e68f5ac7343a4b7866a810d09a01fdc56f16e Mon Sep 17 00:00:00 2001 From: promethea Date: Wed, 1 Mar 2017 18:38:39 +0200 Subject: [PATCH] Update example .gitlab-ci.yml to include necessary variables --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bff06b1..eefd52f 100644 --- a/README.md +++ b/README.md @@ -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