Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit d309477

Browse files
committed
Jenkinsfile: Place the pmem-csi source out of GOPATH
Otherwise we hit with below error: go: inconsistent vendoring in /go/src/github.com/intel/pmem-csi: go.mod requires github.com/intel/pmem-csi but vendor/modules.txt does not include it. run 'go mod tidy; go mod vendor' to sync make: *** [Makefile:70: pmem-csi-driver] Error 1
1 parent c2964c6 commit d309477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline {
4848
/* last version before the 1.14 update in 28630 */
4949
CLEAR_LINUX_VERSION_1_13 = "28620"
5050

51-
PMEM_PATH = "/go/src/github.com/intel/pmem-csi"
51+
PMEM_PATH = "/src/pmem-csi"
5252
REGISTRY_NAME = "cloud-native-image-registry.westus.cloudapp.azure.com"
5353

5454
// Per-branch build environment, marked as "do not promote to public registry".

0 commit comments

Comments
 (0)