mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-22 06:57:48 +00:00
Merge pull request #1496 from balena-io/support-optional-containers
Support optional containers when pushing to local target
This commit is contained in:
commit
5f74023bb8
@ -131,9 +131,7 @@ export class LivepushManager {
|
||||
serviceName,
|
||||
});
|
||||
if (container == null) {
|
||||
throw new Error(
|
||||
`Could not find a container on device for service: ${serviceName}`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
const livepush = await Livepush.init(
|
||||
|
Loading…
Reference in New Issue
Block a user