"git@transfer.hft-stuttgart.de:coors/visualization.git" did not exist on "43137159e5dbc021612b74580029bafe63fa06ad"
Commit 68534fbd authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 09deadea
Pipeline #11806 passed with stage
in 8 minutes and 4 seconds
...@@ -13,8 +13,8 @@ stages: ...@@ -13,8 +13,8 @@ stages:
variables: variables:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
EUSER: "1000" EUSER: "appuser"
EGID: "1000" EGID: "137"
MOODLE_WWWROOT: "http://docker:8080" # For the entrypoint installation MOODLE_WWWROOT: "http://docker:8080" # For the entrypoint installation
MOODLE_URL: "http://docker:8080" # For the test script's curl commands MOODLE_URL: "http://docker:8080" # For the test script's curl commands
# Add the admin credentials here so they are also written to the .env file # Add the admin credentials here so they are also written to the .env file
......
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