import cli methods
parent
cd7c4fc6ad
commit
da8e168268
|
|
@ -2604,7 +2604,6 @@ class Caching {
|
||||||
static PullFromCache(cacheFolder, destinationFolder, cacheArtifactName = ``) {
|
static PullFromCache(cacheFolder, destinationFolder, cacheArtifactName = ``) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
cloud_runner_system_1.CloudRunnerSystem.Run(`ls ${cacheFolder}`);
|
cloud_runner_system_1.CloudRunnerSystem.Run(`ls ${cacheFolder}`);
|
||||||
cloud_runner_system_1.CloudRunnerSystem.Run(`ls ${destinationFolder}`);
|
|
||||||
cacheArtifactName = cacheArtifactName.replace(' ', '');
|
cacheArtifactName = cacheArtifactName.replace(' ', '');
|
||||||
const startPath = process.cwd();
|
const startPath = process.cwd();
|
||||||
remote_client_logger_1.RemoteClientLogger.log(`Caching for ${path_1.default.basename(destinationFolder)}`);
|
remote_client_logger_1.RemoteClientLogger.log(`Caching for ${path_1.default.basename(destinationFolder)}`);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -85,7 +85,6 @@ export class Caching {
|
||||||
}
|
}
|
||||||
public static async PullFromCache(cacheFolder: string, destinationFolder: string, cacheArtifactName: string = ``) {
|
public static async PullFromCache(cacheFolder: string, destinationFolder: string, cacheArtifactName: string = ``) {
|
||||||
CloudRunnerSystem.Run(`ls ${cacheFolder}`);
|
CloudRunnerSystem.Run(`ls ${cacheFolder}`);
|
||||||
CloudRunnerSystem.Run(`ls ${destinationFolder}`);
|
|
||||||
cacheArtifactName = cacheArtifactName.replace(' ', '');
|
cacheArtifactName = cacheArtifactName.replace(' ', '');
|
||||||
const startPath = process.cwd();
|
const startPath = process.cwd();
|
||||||
RemoteClientLogger.log(`Caching for ${path.basename(destinationFolder)}`);
|
RemoteClientLogger.log(`Caching for ${path.basename(destinationFolder)}`);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue