From 0709387e4c9db878204e15770bfb09ec336d1b68 Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Mon, 23 Dec 2024 16:42:12 +0100 Subject: [PATCH] CI: Removes GitLab CI script We are not on GitLab anymore (since a long time) --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ec4be6d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -# SPDX-FileCopyrightText: 2021-2023 Robin Vobruba -# -# SPDX-License-Identifier: Unlicense - -default: - image: hoijui/nim-ci:latest - -pages: - before_script: - - git submodule update --init --recursive - script: - - scripts/install_requirements - - scripts/ci-run - only: - - master - artifacts: - paths: - - public