From 93a0fd8f966ea713a988113097e3456e98b8f625 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 9 Jul 2021 20:48:05 +0000 Subject: [PATCH] ide test --- .gitlab/.gitlab-webide.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab/.gitlab-webide.yml diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..b6e5e4b --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,7 @@ + +terminal: + # This can be any image that has the necessary runtime environment for your project. + image: golang:1.16 + before_script: + - apk update + script: sleep 60