import cli methods

pull/353/head
Frostebite 2022-04-07 21:33:03 +01:00
parent cd7c4fc6ad
commit da8e168268
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View File

@ -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)}`);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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)}`);