Collect lfs file into .lfs-asset-id file and print

pull/273/head
Frostebite 2021-07-02 23:01:14 +01:00
parent 0363d7c292
commit 67891e1e7d
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@ -2083,8 +2083,8 @@ class RemoteBuilder {
core.info('Starting step 1/4 clone and restore cache)');
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
const builderPathFull = `${repoPathFull}/builder`;
const steamPathFull = `${repoPathFull}/steam`;
const builderPathFull = `/${buildVolumeFolder}/${buildUid}/builder`;
const steamPathFull = `/${buildVolumeFolder}/${buildUid}/steam`;
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
const libraryFolderFull = `${projectPathFull}/Library`;
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -89,8 +89,8 @@ class RemoteBuilder {
core.info('Starting step 1/4 clone and restore cache)');
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
const builderPathFull = `${repoPathFull}/builder`;
const steamPathFull = `${repoPathFull}/steam`;
const builderPathFull = `/${buildVolumeFolder}/${buildUid}/builder`;
const steamPathFull = `/${buildVolumeFolder}/${buildUid}/steam`;
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
const libraryFolderFull = `${projectPathFull}/Library`;
await this.RemoteBuilderProviderPlatform.runBuildTask(