diff options
author | Vika <kisik21@fireburn.ru> | 2021-05-17 04:17:39 +0000 |
---|---|---|
committer | Vika <kisik21@fireburn.ru> | 2021-05-17 04:17:39 +0000 |
commit | cc881705324a038b76c8e687f63f8a6972bbcad0 (patch) | |
tree | 194efb5e337230cef49e29e84eb0973888578fc9 /.gitlab/.gitlab-webide.yml | |
parent | 6a97f860fabe822ffbbde15c4fc708a6c4f41ccb (diff) | |
parent | 7f43a12b9fe90a3da0de9373af10f4ec928b5892 (diff) | |
download | kittybox-cc881705324a038b76c8e687f63f8a6972bbcad0.tar.zst |
Merge branch 'gitlab-ci' into 'main'
Update CI configuration and GitLab WebIDE settings See merge request kittybox/kittybox!1
Diffstat (limited to '.gitlab/.gitlab-webide.yml')
-rw-r--r-- | .gitlab/.gitlab-webide.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..7a8fe37 --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,6 @@ +terminal: + # This can be any image that has the necessary runtime environment for your project. + image: rust:latest + script: sleep 60 + services: + - redis:latest |