about summary refs log tree commit diff
path: root/third_party/gerrit-queue/.buildkite/pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gerrit-queue/.buildkite/pipeline.yml')
-rw-r--r--third_party/gerrit-queue/.buildkite/pipeline.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/gerrit-queue/.buildkite/pipeline.yml b/third_party/gerrit-queue/.buildkite/pipeline.yml
deleted file mode 100644
index 0885cb9694..0000000000
--- a/third_party/gerrit-queue/.buildkite/pipeline.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-steps:
-  - command: |
-      . /var/lib/buildkite-agent/.nix-profile/etc/profile.d/nix.sh
-      # produces a ./gerrit-queue
-      nix-shell --run ./.buildkite/build.sh
-
-      mkdir -p out
-      mv ./gerrit-queue out/gerrit-queue-$(git describe --tags)
-
-    label: "Build (linux/amd64)"
-    timeout: 30
-    artifact_paths:
-      - "out/*"