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 | 7f43a12b9fe90a3da0de9373af10f4ec928b5892 (patch) | |
tree | 194efb5e337230cef49e29e84eb0973888578fc9 /.gitlab | |
parent | 6a97f860fabe822ffbbde15c4fc708a6c4f41ccb (diff) | |
download | kittybox-7f43a12b9fe90a3da0de9373af10f4ec928b5892.tar.zst |
Update CI configuration and GitLab WebIDE settings
Diffstat (limited to '.gitlab')
-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 |