10000 cli: add 'dir' attribute for steps · Issue #847 · getpopper/popper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cli: add 'dir' attribute for steps #847

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

Closed
3 tasks
ivotron opened this issue Jun 4, 2020 · 3 comments · Fixed by #853
Closed
3 tasks

cli: add 'dir' attribute for steps #847

ivotron opened this issue Jun 4, 2020 · 3 comments · Fixed by #853

Comments

@ivotron
Copy link
Collaborator
ivotron commented Jun 4, 2020

allow a step to specify the working dir where it should run. For example:

steps:

- uses: docker://alpine:3.11
  dir: /etc/
  args: ['pwd']

and the above should show /etc instead of the default which is /workspace.

Three things that need to be done:

@Ricardo-HE
Copy link
Contributor

Can I do this issue?

@ivotron
Copy link
Collaborator 884F Author
ivotron commented Jun 8, 2020 via email

@Ricardo-HE

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0