DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

Skip config validation in dry-run #840

Closed lionello closed 2 weeks ago

lionello commented 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.