Collect lfs file into .lfs-asset-id file and print
parent
0363d7c292
commit
67891e1e7d
|
|
@ -2083,8 +2083,8 @@ class RemoteBuilder {
|
||||||
core.info('Starting step 1/4 clone and restore cache)');
|
core.info('Starting step 1/4 clone and restore cache)');
|
||||||
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
|
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
|
||||||
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
|
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
|
||||||
const builderPathFull = `${repoPathFull}/builder`;
|
const builderPathFull = `/${buildVolumeFolder}/${buildUid}/builder`;
|
||||||
const steamPathFull = `${repoPathFull}/steam`;
|
const steamPathFull = `/${buildVolumeFolder}/${buildUid}/steam`;
|
||||||
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
|
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
|
||||||
const libraryFolderFull = `${projectPathFull}/Library`;
|
const libraryFolderFull = `${projectPathFull}/Library`;
|
||||||
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [
|
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -89,8 +89,8 @@ class RemoteBuilder {
|
||||||
core.info('Starting step 1/4 clone and restore cache)');
|
core.info('Starting step 1/4 clone and restore cache)');
|
||||||
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
|
const repoPathFull = `/${buildVolumeFolder}/${buildUid}/${repositoryFolder}`;
|
||||||
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
|
const cacheFolderFull = `/${buildVolumeFolder}/${cacheFolder}`;
|
||||||
const builderPathFull = `${repoPathFull}/builder`;
|
const builderPathFull = `/${buildVolumeFolder}/${buildUid}/builder`;
|
||||||
const steamPathFull = `${repoPathFull}/steam`;
|
const steamPathFull = `/${buildVolumeFolder}/${buildUid}/steam`;
|
||||||
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
|
const projectPathFull = `${repoPathFull}/${buildParameters.projectPath}`;
|
||||||
const libraryFolderFull = `${projectPathFull}/Library`;
|
const libraryFolderFull = `${projectPathFull}/Library`;
|
||||||
await this.RemoteBuilderProviderPlatform.runBuildTask(
|
await this.RemoteBuilderProviderPlatform.runBuildTask(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue