summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-06-14 17:54:17 -0700
committerBen Sima <ben@bsima.me>2019-06-16 01:53:35 +0000
commit7d345e3c43d89c7b5c58e93ef5b476ddaff0f1be (patch)
tree426c6b9698cbf53285e33c09e4294618cc7710ad /.gitlab-ci.yml
parentcfd075cfdd7ed5b98770f1fdab1af3e51030bf5e (diff)
ci: add nix tags to builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5247754..f429ee2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,11 @@ before_script:
build-pack:
stage: build
script: nix-build -A pack
+ tags:
+ - nix
build-depo:
stage: build
script: nix-build -A depo
+ tags:
+ - nix