mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
Merge pull request #1412 from balena-io/log-tarring
logging: note that tarring is occurring
This commit is contained in:
commit
2a8e68cec2
@ -177,6 +177,7 @@ export async function deployToDevice(opts: DeviceDeployOptions): Promise<void> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
await checkBuildSecretsRequirements(docker, opts.source);
|
await checkBuildSecretsRequirements(docker, opts.source);
|
||||||
|
globalLogger.logDebug('Tarring all non-ignored files...');
|
||||||
const tarStream = await tarDirectory(opts.source);
|
const tarStream = await tarDirectory(opts.source);
|
||||||
|
|
||||||
// Try to detect the device information
|
// Try to detect the device information
|
||||||
|
Loading…
Reference in New Issue
Block a user