This repository is an example Buildkite pipeline that shows how to generate and download build artifacts across build steps (which could be running on different build machines for example).
There are two example steps:
- generate_artifacts.sh - this creates a simple artifact
- fetch_artifacts.sh - this fetches and prints the artifact
See Licence.md (MIT)