Skip to content

Commit

Permalink
Merge pull request #161 from StefanScherer/update-windows-build-2019-pfx
Browse files Browse the repository at this point in the history
[DESKTOP-1469] Update Windows Authenticode certificate
  • Loading branch information
guillaumerose committed Jul 20, 2019
2 parents 43d1f29 + 4e7d4a9 commit f78081d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit f78081d

Please sign in to comment.