1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #161 from StefanScherer/update-windows-build-2019-pfx

[DESKTOP-1469] Update Windows Authenticode certificate
This commit is contained in:
Guillaume Rose
2019-07-20 08:39:34 +02:00
committed by GitHub
Vendored
+2 -2
View File
@@ -58,8 +58,8 @@ pipeline {
environment { environment {
GOPATH = pwd() GOPATH = pwd()
PATH = "${pwd()}/bin;$PATH" PATH = "${pwd()}/bin;$PATH"
PFX = credentials('windows-build-pfx-sanitize') PFX = credentials('windows-build-2019-pfx')
PFXPASSWORD = credentials('windows-build-pfx-password') PFXPASSWORD = credentials('windows-build-2019-pfx-password')
} }
steps { steps {
dir('src/github.com/docker/docker-credential-helpers') { dir('src/github.com/docker/docker-credential-helpers') {