Skip to content

Commit 6794041

Browse files
committed
bug fix
1 parent abdb765 commit 6794041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kokoro/scripts/build/signing/sign.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
New-Item -Path $env:KOKORO_ARTIFACTS_DIR -Name 'result' -ItemType 'directory'
1+
New-Item -Path "$env:KOKORO_ARTIFACTS_DIR" -Name 'result' -ItemType 'directory'
22

3-
robocopy "%KOKORO_GFILE_DIR%"\result "%KOKORO_ARTIFACTS_DIR%"\result /E
3+
robocopy "$env:KOKORO_GFILE_DIR"\result "$env:KOKORO_ARTIFACTS_DIR"\result /E
44

5-
Set-Location "%KOKORO_ARTIFACTS_DIR%"\result
5+
Set-Location "$env:KOKORO_ARTIFACTS_DIR"\result
66

77
$timestamp_server = 'http://timestamp.digicert.com'
88
Write-Host "Using the timestamp server: '$timestamp_server'"

0 commit comments

Comments
 (0)