From 7f43a12b9fe90a3da0de9373af10f4ec928b5892 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 17 May 2021 04:17:39 +0000 Subject: Update CI configuration and GitLab WebIDE settings --- .gitlab/.gitlab-webide.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab/.gitlab-webide.yml (limited to '.gitlab/.gitlab-webide.yml') 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 -- cgit 1.4.1