Searched refs:tmpPublishingFolder (Results 1 – 3 of 3) sorted by relevance
148 const tmpPublishingFolder = fs.mkdtempSync( constant151 console.info(`The temp publishing folder is ${tmpPublishingFolder}`);153 saveFilesToRestore(tmpPublishingFolder);183 generateAndroidArtifacts(releaseVersion, tmpPublishingFolder);258 exec(`rm -rf ${tmpPublishingFolder}`);
17 function saveFilesToRestore(tmpPublishingFolder) { argument33 saveFiles(filesToSaveAndRestore, tmpPublishingFolder);36 function generateAndroidArtifacts(releaseVersion, tmpPublishingFolder) { argument
53 const tmpPublishingFolder = fs.mkdtempSync( constant86 echo(`The temp publishing folder is ${tmpPublishingFolder}`);89 saveFilesToRestore(tmpPublishingFolder);