We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d2481 commit 69f1da4Copy full SHA for 69f1da4
.gitlab-ci.yml
@@ -9,6 +9,7 @@ image: registry.gitlab.com/matrixai/engineering/maintenance/gitlab-runner
9
10
lint:
11
stage: check
12
+ interruptible: true
13
script:
14
- >
15
nix-shell -I nixpkgs=./pkgs.nix --packages nodejs --run '
@@ -18,6 +19,7 @@ lint:
18
19
20
test:
21
22
23
24
25
@@ -27,12 +29,14 @@ test:
27
29
28
30
nix-dry:
31
32
33
34
- nix-build -v -v --dry-run ./release.nix --attr application
35
- nix-build -v -v --dry-run ./release.nix --attr docker
36
37
nix:
38
stage: build
39
40
41
42
nix-build ./release.nix
0 commit comments