This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/.gitlab/.gitlab-webide.yml

13 lines
331 B
YAML

terminal:
image: bdsmaneger/core:latest
services:
- docker:dind
before_script:
- apt update && apt install -y curl &> /dev/null
- curl https://get.docker.com | bash -
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
DEVELOP_WEBIDE: true
script: sleep 80