fix
parent
d7bae54c89
commit
5e3b1d2422
|
|
@ -2268,7 +2268,7 @@ class RemoteBuilder {
|
|||
/entrypoint.sh
|
||||
ls -lh
|
||||
`,
|
||||
], `/${buildVolumeFolder}`, `/${this.repoPathFull}`, RemoteBuilder.readBuildEnvironmentVariables(), buildSecrets);
|
||||
], `/${buildVolumeFolder}`, `/${this.projectPathFull}`, RemoteBuilder.readBuildEnvironmentVariables(), buildSecrets);
|
||||
});
|
||||
}
|
||||
static CompressionStep() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -160,7 +160,7 @@ class RemoteBuilder {
|
|||
`,
|
||||
],
|
||||
`/${buildVolumeFolder}`,
|
||||
`/${this.repoPathFull}`,
|
||||
`/${this.projectPathFull}`,
|
||||
RemoteBuilder.readBuildEnvironmentVariables(),
|
||||
buildSecrets,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue