Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
use correct charts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Feb 6, 2018
1 parent 8c3d694 commit f0775b2
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 @@ -44,7 +44,7 @@ pipeline {
sh "GITHUB_ACCESS_TOKEN=$GH_CREDS_PSW make release"
}
}
dir ('/home/jenkins/exposecontroller') {
dir ('/home/jenkins/go/src/github.com/jenkins-x/exposecontroller') {
checkout scm
container('go') {
sh "helm init --client-only"
Expand Down

0 comments on commit f0775b2

Please sign in to comment.