1
0
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:
Stefan Scherer
2019-07-18 08:37:50 +02:00
parent 43d1f2919f
commit 4e7d4a98a4
Vendored
+2 -2
View File
@@ -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') {