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