Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnson committed Nov 21, 2024
1 parent 009eed5 commit 912ffbd
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 @@ -41,7 +41,7 @@ dockerizedBuildPipeline(
curl -L https://go.dev/dl/go1.23.3.linux-amd64.tar.gz | tar -xzf -
echo "OG PATH: \$PATH"
export PATH=${env.PATH}:${env.WORKSPACE}/go/bin:${env.WORKSPACE}/bin
export GOPATH=${env.WORKSPACE}/bin
export GOPATH=${env.WORKSPACE}
echo "New PATH: \$PATH"
go version
go install -tags pkcs11 github.com/theupdateframework/notary/cmd/notary@latest
Expand Down

0 comments on commit 912ffbd

Please sign in to comment.