chore: remove .gitlab.ci.yaml

This commit is contained in:
steveej 2024-08-05 15:22:06 +02:00
parent 97a658762f
commit a8cc01ce6f

View file

@ -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"'