-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix YAML parse warning on networks field
Previously, the check for the "networks" field was based on the NetworkConfigs attribute on the project to be empty. Libcompose changed the behavior of the Parse method to always create a "default" network config (See: docker/libcompose@18dad7cb). This caused a lot of spurious warnings for customers when they would try to run a task even if the networks field was not specified in their docker-compose files. Fixes #406 and closes #237
- Loading branch information
Showing
2 changed files
with
83 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters