Commit ac4da2e6 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 89de1b2d
Pipeline #11821 passed with stage
in 9 seconds
image: docker:20.10.16 image: docker:20.10.16 # Docker image to run your jobs
stages: stages:
- full_test - full_test
variables: variables:
DOCKER_HOST: unix:///var/run/docker.sock DOCKER_TLS_CERTDIR: "" # Disable TLS for Docker
DOCKER_TLS_CERTDIR: ""
EUSER: "appuser" EUSER: "appuser"
EGID: "999" EGID: "999"
MOODLE_WWWROOT: "http://host.docker.internal:8080" # Use host.docker.internal for WSL MOODLE_WWWROOT: "http://host.docker.internal:8080" # Use host.docker.internal for WSL
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment