Skip to content

Commit 4c7533a

Browse files
committed
Remove test
1 parent 2d5d66b commit 4c7533a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

22/windows-2022/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ENV NODE_CHECKSUM 3fc638727974262b4f65a6b1b43c22fb2d80671cdcb50e1237e0b05d1330aa
1313

1414
ENV GPG_VERSION 2.4.5_20240307
1515

16-
ENV GPG_TTY dwufhwuhf
17-
1816
RUN Invoke-WebRequest $('https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-{0}.exe' -f $env:GPG_VERSION) -OutFile 'gpg-installer.exe'; \
1917
Start-Process -FilePath 'gpg-installer.exe' -ArgumentList '/S' -Wait; \
2018
Remove-Item gpg-installer.exe -Force; \

0 commit comments

Comments
 (0)