Skip to content

Commit 8466a43

Browse files
author
James Healy
committed
Set working_dir for release step
When creating a release on Github, we need the docker container to have the repository directory as the PWD. That will mean we can run `.buildkite/steps/github-release.sh` in pipeline.yml and it should Just Work This should avoid errors like [1]: /bin/sh: 1: .buildkite/steps/github-release.sh: not found [1] https://buildkite.com/buildkite-aws-stack/elastic-ci-stack-s3-secrets-hooks/builds/85#0193b446-ed45-4803-9563-c705b4437150
1 parent f51cd90 commit 8466a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ services:
1717
context: .
1818
volumes:
1919
- ../:/work:cached
20+
working_dir: /work

0 commit comments

Comments
 (0)