Update example .gitlab-ci.yml to include necessary variables
This commit is contained in:
parent
e93ee24d11
commit
a08e68f5ac
|
@ -47,6 +47,10 @@ of the CI configuration file:
|
||||||
```yml
|
```yml
|
||||||
image: frolvlad/alpine-glibc
|
image: frolvlad/alpine-glibc
|
||||||
|
|
||||||
|
variables:
|
||||||
|
RACKET_DIR: "$HOME/racket"
|
||||||
|
RACKET_VERSION: "6.8" # use the desired version of racket
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "ipv6" >> /etc/modules
|
- echo "ipv6" >> /etc/modules
|
||||||
- apk update
|
- apk update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user