mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
15 lines
363 B
YAML
15 lines
363 B
YAML
steps:
|
|
- input: "Build parameters"
|
|
fields:
|
|
- text: "RELEASE_VERSION"
|
|
key: "RELEASE_VERSION"
|
|
default: ""
|
|
hint: "The version to release e.g. '2.8.0'."
|
|
|
|
- wait
|
|
- label: "Release Docker Artifacts for Eland"
|
|
command: docker -v # TODO: Actually release Eland
|
|
# Run on GCP to use `docker`
|
|
agents:
|
|
provider: gcp
|