Skip to content

Commit

Permalink
Hilarious, let's stringify.
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 29, 2025
1 parent 1954606 commit 0508c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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: |
Expand Down

0 comments on commit 0508c34

Please sign in to comment.