How to handle different flakeDir
and workDir
in om.ci
?
#284
-
{
om.ci.default = {
root = {
dir = ".";
steps = {
custom = {
cz-check = {
type = "app";
name = "cz-check";
};
};
};
};
};
} source: juspay/services-flake#338 In this config, |
Beta Was this translation helpful? Give feedback.
Answered by
srid
Sep 23, 2024
Replies: 1 comment
-
Can't that custom app step be put in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shivaraj-bh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't that custom app step be put in the
dev
(rather than root) subflake? Since forgit
, $PWD is irrelevant, as it will traverse parent directories.