Replies: 1 comment
-
You can't traverse upwards with an output, but you can define outputs relative from the workspace root: https://moonrepo.dev/docs/concepts/file-pattern#workspace-relative |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My codebase assumes there is one shared artifact folder as a single deployment point.
What am I doing wrong?
tasks:
compile:
platform: 'system'
inputs:
- '@group(configs)'
- '@group(sources)'
command: "go build -o ../artifacts/identity ./*.go"
outputs:
- '../artifacts'
Beta Was this translation helpful? Give feedback.
All reactions