Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support runner.workdir option #25

Merged
merged 3 commits into from
Oct 16, 2018

Conversation

cw-ozaki
Copy link
Contributor

We have to do cd /[mount-dir] with Docke Image which does not specify WORKDIR.
Since this is troublesome I have support runner.workdir.

    runner:
      image: alpine
      command: sh
      args: [-c]
      volumes:
      - $PWD:/alpine
      workdir: /alpine
    script: |
      pwd # -> /alpine

@mumoshu mumoshu merged commit f536ca7 into mumoshu:master Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants