mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
introduce build --check
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
committed by
Nicolas De loof
parent
2dbef234dc
commit
16e83f002d
@@ -157,6 +157,8 @@ type BuildOptions struct {
|
||||
Builder string
|
||||
// Print don't actually run builder but print equivalent build config
|
||||
Print bool
|
||||
// Check let builder validate build configuration
|
||||
Check bool
|
||||
}
|
||||
|
||||
// Apply mutates project according to build options
|
||||
|
||||
Reference in New Issue
Block a user