From 0508c34ebce67b65201894cb892f70dda91bc0ed Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 28 Jan 2025 20:48:01 -0800 Subject: [PATCH] Hilarious, let's stringify. --- .buildkite/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 85d5cee..e0f6b11 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,7 +6,7 @@ steps: arch: "x86_64" plugins: - JuliaCI/julia#v1: - version: 1 + version: "1" # Use the current directory as the plugin source, so we're testing this version of `sandbox` - "./.buildkite/plugins/sandbox": rootfs_url: "https://github.com/staticfloat/Sandbox.jl/releases/download/debian-minimal-927c9e7f/debian_minimal.tar.gz" @@ -27,7 +27,7 @@ steps: arch: "x86_64" plugins: - JuliaCI/julia#v1: - version: 1.10 + version: "1.10" # Use the current directory as the plugin source, so we're testing this version of `sandbox` - "./.buildkite/plugins/sandbox": rootfs_url: "https://github.com/staticfloat/Sandbox.jl/releases/download/debian-minimal-927c9e7f/debian_minimal.tar.gz" @@ -48,7 +48,7 @@ steps: arch: "x86_64" plugins: - JuliaCI/julia#v1: - version: nightly + version: "nightly" # Use the current directory as the plugin source, so we're testing this version of `sandbox` - "./.buildkite/plugins/sandbox": rootfs_url: "https://github.com/staticfloat/Sandbox.jl/releases/download/debian-minimal-927c9e7f/debian_minimal.tar.gz" @@ -69,7 +69,7 @@ steps: arch: "x86_64" plugins: - JuliaCI/julia#v1: - version: 1 + version: "1" # Create a file in the outside environment - improbable-eng/metahook: pre-command: |