From a8cc01ce6f2dcdab096891dd55de8a00f8dcbee4 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 5 Aug 2024 15:22:06 +0200 Subject: [PATCH] chore: remove .gitlab.ci.yaml --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index efb4d91..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -stages: - - build - -build: - stage: build - tags: - - nix - script: - # Test the nix-shell - - just run-with-channels 'nix-shell --run "echo OK"'