Update .gitlab-ci.yml file

This commit is contained in:
2023-07-01 10:34:41 +00:00
parent fe58b4a77a
commit 7bea34b915
+1 -3
View File
@@ -1,12 +1,10 @@
stages: stages:
- build - build
jobs:
jupiter-build: jupiter-build:
image: nixos/nix image: nixos/nix
stage: build stage: build
script: script:
- nix build - nix build
rules:
when: manual