1
0
Fork 0

update build_run for win

This commit is contained in:
Mikhail Goncharov 2021-03-19 10:18:24 +00:00
parent 59993105bd
commit feb44f59ad

View file

@ -36,8 +36,8 @@ If ($LastExitCode -ne 0) {
# mount a persistent workspace for experiments
docker run -it `
-v D:\:C:\ws `
-v C:\credentials:C:\credentials `
-v C:/ws:C:/ws `
-v C:/credentials:C:/credentials `
-e PARENT_HOSTNAME=$env:computername `
$IMAGE_NAME $CMD
If ($LastExitCode -ne 0) {