Skip to content

Commit

Permalink
Fix GO_REPO_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbode committed Jun 19, 2020
1 parent 29fc55c commit 8ec2a81
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 @@ -22,7 +22,7 @@ pipeline {
DOCKER_IMAGE_NAME = "${env.BRANCH_NAME == 'master' ? env.DOCKER_PUBLISH_IMAGE_NAME : env.DOCKER_CI_IMAGE_NAME}"
CREATE_LATEST_TAG = "${env.BRANCH_NAME == 'master' ? '1' : '0'}"
GOPATH = '/home/opc/go'
GO_REPO_PATH = "${GOPATH}/src/github.com/oracle"
GO_REPO_PATH = "${GOPATH}/src/github.com/verrazzano"
DOCKER_CREDS = credentials('ocir-pull-and-push-account')
HELM_CHART_NAME = 'verrazzano-monitoring-operator'
VMI_NAMESAPCE_PREFIX = 'vmi'
Expand Down

0 comments on commit 8ec2a81

Please sign in to comment.