add ide config
This commit is contained in:
parent
574ea5ce9a
commit
72c471bd1b
1 changed files with 6 additions and 0 deletions
6
.gitlab/.gitlab-webide.yml
Normal file
6
.gitlab/.gitlab-webide.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
terminal:
|
||||
# This can be any image that has the necessary runtime environment for your project.
|
||||
image: ubuntu:latest
|
||||
before_script:
|
||||
- apt-get update
|
||||
script: sleep 60
|
Loading…
Add table
Add a link
Reference in a new issue