Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Mount the absolute path generated from inputs into docker
- Loading branch information
Barry Gordon
committed
Oct 19, 2021
1 parent
5d5f5c7
commit c9ae7b02808eb0c0c8dbb6a2ed1538243abe617d
Showing
5 changed files
with
105 additions
and
26 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -52,7 +52,8 @@ export async function run(context: Context): Promise<void> { | ||
PROXY_IMAGE_NAME, | ||
apiClient, | ||
details, | ||
credentials | ||
credentials, | ||
params.workingDirectory | ||
) | ||
|
||
try { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters