about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-30T23·58+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-30T23·58+0100
commit8f46684c234db9ee27136dafe57d77aa27df0c25 (patch)
tree1edb2503131bd74a5178a512dd822c4115e50015
parent3e23a86d0e3af40faff761867b6780b63c4b6fef (diff)
Attempting to avoid buildkite parse error
For more information, see here:
https://github.com/buildkite/agent/issues/584
-rw-r--r--ci/pipelines/post-receive.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix
index 6353db4602ad..a9c35e1f7d5f 100644
--- a/ci/pipelines/post-receive.nix
+++ b/ci/pipelines/post-receive.nix
@@ -41,7 +41,7 @@ let
           --batch \
           --load ${elispLintSrc}/elisp-lint.el \
           --funcall elisp-lint-files-batch \
-          "$@"
+          "$$@"
       '';
       label = ":gnu: lint Emacs";
       depends_on = "init-emacs";