A Buildkite plugin for publishing Debian packages with Aptly.
steps:
- command: build.sh
artifacts: "pool/stretch-amd64/*"
- wait
- plugins:
opx-infra/aptly-publish#v0.1.2:
download: pool/stretch-amd64
distribution: stretch
unstable: false
The path to use for downloading artifacts to publish.
Append ${BUILDKITE_PIPELINE_SLUG}
to the download
path.
The Debian distribution to publish to. The default is stretch
.
Additionally publish package to unstable release.
MIT (see LICENSE)