Skip to content

Changes the working directory before running command

License

Notifications You must be signed in to change notification settings

thedyrt/change-directory-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change Directory Buildkite Plugin

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.

Example

steps:
  - command: make
    plugins:
      - thedyrt/change-directory#v0.1.1:
          cd: /mnt/data
      - docker-compose#v2.1.0:
          run: app

Tests

To run the tests of this plugin, run

docker-compose run --rm tests

License

MIT (see LICENSE)

About

Changes the working directory before running command

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages