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

Commit

Permalink
Jenkinsfile: Placee the pmem-csi source out of GOPATH
Browse files Browse the repository at this point in the history
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
  • Loading branch information
avalluri committed Nov 9, 2019
1 parent 4af3336 commit 6695f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
/* last version before the 1.14 update in 28630 */
CLEAR_LINUX_VERSION_1_13 = "28620"

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

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

0 comments on commit 6695f7d

Please sign in to comment.