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

Declarative moving of files into subpackages #111

Open
kaniini opened this issue Sep 8, 2022 · 0 comments
Open

Declarative moving of files into subpackages #111

kaniini opened this issue Sep 8, 2022 · 0 comments

Comments

@kaniini
Copy link
Contributor

kaniini commented Sep 8, 2022

A lot of the time we will write custom pipelines like:

subpackages:
  - name: "foo"
    pipeline:
      - runs: |
         mkdir -p "${{targets.subpkgdir}}"/bin
         mv "${{targets.destdir}}"/bin/whatever "${{targets.subpkgdir}}"/bin

It would be cool if this could be done declaratively instead.

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

No branches or pull requests

1 participant