You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseConfigError('Service %s has both an image and build path specified. A service can either be built to image or use an existing image, not both.'%name)
97
97
98
+
forfilenameinget_env_files(options):
99
+
ifnotos.path.exists(filename):
100
+
raiseConfigError("Couldn't find env file for service %s: %s"% (name, filename))
0 commit comments