mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-22 15:02:22 +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,
|
serviceName,
|
||||||
});
|
});
|
||||||
if (container == null) {
|
if (container == null) {
|
||||||
throw new Error(
|
return;
|
||||||
`Could not find a container on device for service: ${serviceName}`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const livepush = await Livepush.init(
|
const livepush = await Livepush.init(
|
||||||
|
Loading…
Reference in New Issue
Block a user