A Buildkite plugin to change to a given directory before running commands.
Particularly useful for setting the working directory before invoking another Buildkite plugin, like docker-compose-buildkite-plugin.
steps:
- command: make
plugins:
- thedyrt/change-directory#v0.1.1:
cd: /mnt/data
- docker-compose#v2.1.0:
run: app
To run the tests of this plugin, run
docker-compose run --rm tests
MIT (see LICENSE)