Add more folder paths to default secrets
parent
772c348d99
commit
45864afee8
|
|
@ -2382,6 +2382,26 @@ class RemoteBuilder {
|
||||||
EnvironmentVariable: 'projectPathFull',
|
EnvironmentVariable: 'projectPathFull',
|
||||||
ParameterValue: this.projectPathFull,
|
ParameterValue: this.projectPathFull,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'libraryFolderFull',
|
||||||
|
EnvironmentVariable: 'libraryFolderFull',
|
||||||
|
ParameterValue: this.libraryFolderFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'builderPathFull',
|
||||||
|
EnvironmentVariable: 'builderPathFull',
|
||||||
|
ParameterValue: this.builderPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'repoPathFull',
|
||||||
|
EnvironmentVariable: 'repoPathFull',
|
||||||
|
ParameterValue: this.repoPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'steamPathFull',
|
||||||
|
EnvironmentVariable: 'steamPathFull',
|
||||||
|
ParameterValue: this.steamPathFull,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
static readBuildSecrets(buildSecrets) {
|
static readBuildSecrets(buildSecrets) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -303,6 +303,26 @@ class RemoteBuilder {
|
||||||
EnvironmentVariable: 'projectPathFull',
|
EnvironmentVariable: 'projectPathFull',
|
||||||
ParameterValue: this.projectPathFull,
|
ParameterValue: this.projectPathFull,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'libraryFolderFull',
|
||||||
|
EnvironmentVariable: 'libraryFolderFull',
|
||||||
|
ParameterValue: this.libraryFolderFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'builderPathFull',
|
||||||
|
EnvironmentVariable: 'builderPathFull',
|
||||||
|
ParameterValue: this.builderPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'repoPathFull',
|
||||||
|
EnvironmentVariable: 'repoPathFull',
|
||||||
|
ParameterValue: this.repoPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'steamPathFull',
|
||||||
|
EnvironmentVariable: 'steamPathFull',
|
||||||
|
ParameterValue: this.steamPathFull,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue