Downloads buildkite artifacts in parallel (much faster)
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- dgodd/parallel-artifact#v1.0.0:
pattern: '*.md'
The file name pattern to download, for example *.ts
.
docker-compose run --rm lint
To build (before committing the file):
go build -o bin/parallel-artifact .