pull/289/head
Frostebite 2021-08-15 15:34:16 +00:00 committed by GitHub
parent d7bae54c89
commit 5e3b1d2422
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2268,7 +2268,7 @@ class RemoteBuilder {
/entrypoint.sh
ls -lh
`,
], `/${buildVolumeFolder}`, `/${this.repoPathFull}`, RemoteBuilder.readBuildEnvironmentVariables(), buildSecrets);
], `/${buildVolumeFolder}`, `/${this.projectPathFull}`, RemoteBuilder.readBuildEnvironmentVariables(), buildSecrets);
});
}
static CompressionStep() {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -160,7 +160,7 @@ class RemoteBuilder {
`,
],
`/${buildVolumeFolder}`,
`/${this.repoPathFull}`,
`/${this.projectPathFull}`,
RemoteBuilder.readBuildEnvironmentVariables(),
buildSecrets,
);