Releases: JuliaCI/julia-buildkite-plugin
Releases · JuliaCI/julia-buildkite-plugin
Re-work state storage and initialization
Merge pull request #11 from JuliaCI/sf/state_isolation
Re-work state storage and installation
v1.2
Allow downloading using either curl
or wget
Add clone_registry
option to allow skipping cloning the registry
v1.1
Add action to create the v1 tag alias.
v1.0
Merge pull request #6 from JuliaCI/tb/artifact_glob
Fix glob for not removing artifacts.
v0.6
Support for downloading release nightlies by specifying version: 1.6-nightly
.
v0.5
Clone the registry during set-up.
v0.4
Clean the depot before running Julia.
v0.3
Download using wget
, as the curl
-based technique didn't properly resume when nightlies changed.