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:
Vendored
+2
-2
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user