Closed lionello closed 2 weeks ago
Fixes the issue with samples CI failing because defang compose config fails if there's configs being used in the sample. compose config is the same as compose up --dry-run and we shouldn't care whether configs are actually set.
defang compose config
compose config
compose up --dry-run
Fixes the issue with samples CI failing because
defang compose config
fails if there's configs being used in the sample.compose config
is the same ascompose up --dry-run
and we shouldn't care whether configs are actually set.