mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
Update Windows Authenticode pfx
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Vendored
+2
-2
@@ -58,8 +58,8 @@ pipeline {
|
||||
environment {
|
||||
GOPATH = pwd()
|
||||
PATH = "${pwd()}/bin;$PATH"
|
||||
PFX = credentials('windows-build-pfx-sanitize')
|
||||
PFXPASSWORD = credentials('windows-build-pfx-password')
|
||||
PFX = credentials('windows-build-2019-pfx')
|
||||
PFXPASSWORD = credentials('windows-build-2019-pfx-password')
|
||||
}
|
||||
steps {
|
||||
dir('src/github.com/docker/docker-credential-helpers') {
|
||||
|
||||
Reference in New Issue
Block a user